#134E6B

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

Shades of Astronaut Blue #134E6B

Tints of Astronaut Blue #134E6B

Color information

#134E6B (or 0x134E6B) is unknown color: approx Astronaut Blue. HEX triplet: 13, 4E and 6B. RGB value is (19,78,107). Sum of RGB (Red+Green+Blue) = 19+78+107=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #134E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E6B is #ECB194. Grayscale: #3F3F3F. Windows color (decimal): -15511957 or 7032339. OLE color: 7032339.

HSL color Cylindrical-coordinate representation of color #134E6B: hue angle of 199.77º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134E6B is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1978107-
CMYK0.820.2700.58
HSL199.77º69.84%24.71%-
HSV(B)199.77º82.24%41.96%-
XYZ5.656.6514.9-
YUV63.66152.4596.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=9.31%
G=38.24%
B=52.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19781070.820.2700.58199.7769.8424.71
Hex134E6B521B03Ac84619
Octal231161531223307231010631
Binary1001110011101101011101001011011011101011001000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134E6B; }

 p { color: rgb(19,78,107); }

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

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

 a { background-color: rgb(19,78,107); }

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

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

 span { border-color: rgb(19,78,107); }

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