#14466B

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

Shades of Astronaut Blue #14466B

Tints of Astronaut Blue #14466B

Color information

#14466B (or 0x14466B) is unknown color: approx Astronaut Blue. HEX triplet: 14, 46 and 6B. RGB value is (20,70,107). Sum of RGB (Red+Green+Blue) = 20+70+107=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #14466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14466B is #EBB994. Grayscale: #3B3B3B. Windows color (decimal): -15448469 or 7030292. OLE color: 7030292.

HSL color Cylindrical-coordinate representation of color #14466B: hue angle of 205.52º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14466B is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2070107-
CMYK0.810.3500.58
HSL205.52º68.5%24.9%-
HSV(B)205.52º81.31%41.96%-
XYZ5.135.5914.72-
YUV59.27154.9499.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=10.15%
G=35.53%
B=54.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20701070.810.3500.58205.5268.524.9
Hex14466B512303Ace4519
Octal241061531214307231610531
Binary10100100011011010111010001100011011101011001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14466B; }

 p { color: rgb(20,70,107); }

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

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

 a { background-color: rgb(20,70,107); }

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

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

 span { border-color: rgb(20,70,107); }

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