#134155

Color #134155 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #134155

Tints of Astronaut Blue #134155

Color information

#134155 (or 0x134155) is unknown color: approx Astronaut Blue. HEX triplet: 13, 41 and 55. RGB value is (19,65,85). Sum of RGB (Red+Green+Blue) = 19+65+85=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #134155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134155 is #ECBEAA. Grayscale: #353535. Windows color (decimal): -15515307 or 5587219. OLE color: 5587219.

HSL color Cylindrical-coordinate representation of color #134155: hue angle of 198.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134155 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB196585-
CMYK0.780.2400.67
HSL198.18º63.46%20.39%-
HSV(B)198.18º77.65%33.33%-
XYZ3.84.579.28-
YUV53.53145.76103.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 85 (33.59% from 255) = 50.30%
R=11.24%
G=38.46%
B=50.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1965850.780.2400.67198.1863.4620.39
Hex1341554E18043c63f14
Octal231011251163001033067724
Binary1001110000011010101100111011000010000111100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134155; }

 p { color: rgb(19,65,85); }

 H1.HeaderClassName
 {
   color: #134155;
 }
 .AnyTagClassName
 {
   color: #134155;
 }
</style>
background-color css

<style>
 a { background-color: #134155; }

 a { background-color: rgb(19,65,85); }

 div.DivClassName
 {
   background-color: #134155;
 }
 .BgClassName
 {
   background-color: #134155;
 }
</style>
border-color css

<style>
 span { border-color: #134155; }

 span { border-color: rgb(19,65,85); }

 td.TdClassName
 {
   border-color: #134155;
 }
 .TagClassName
 {
   border-color: #134155;
 }
</style>