#14476B

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

Shades of Astronaut Blue #14476B

Tints of Astronaut Blue #14476B

Color information

#14476B (or 0x14476B) is unknown color: approx Astronaut Blue. HEX triplet: 14, 47 and 6B. RGB value is (20,71,107). Sum of RGB (Red+Green+Blue) = 20+71+107=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #14476B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14476B is #EBB894. Grayscale: #3B3B3B. Windows color (decimal): -15448213 or 7030548. OLE color: 7030548.

HSL color Cylindrical-coordinate representation of color #14476B: hue angle of 204.83º 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 #14476B is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2071107-
CMYK0.810.3400.58
HSL204.83º68.5%24.9%-
HSV(B)204.83º81.31%41.96%-
XYZ5.25.7214.74-
YUV59.86154.699.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 107 (42.19% from 255) = 54.04%
R=10.10%
G=35.86%
B=54.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20711070.810.3400.58204.8368.524.9
Hex14476B512203Acd4519
Octal241071531214207231510531
Binary10100100011111010111010001100010011101011001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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