#14475E

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

Shades of Astronaut Blue #14475E

Tints of Astronaut Blue #14475E

Color information

#14475E (or 0x14475E) is unknown color: approx Astronaut Blue. HEX triplet: 14, 47 and 5E. RGB value is (20,71,94). Sum of RGB (Red+Green+Blue) = 20+71+94=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #14475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14475E is #EBB8A1. Grayscale: #3A3A3A. Windows color (decimal): -15448226 or 6178580. OLE color: 6178580.

HSL color Cylindrical-coordinate representation of color #14475E: hue angle of 198.65º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14475E is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB207194-
CMYK0.790.2400.63
HSL198.65º64.91%22.35%-
HSV(B)198.65º78.72%36.86%-
XYZ4.565.4611.4-
YUV58.37148.1100.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=10.81%
G=38.38%
B=50.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2071940.790.2400.63198.6564.9122.35
Hex14475E4F1803Fc74116
Octal241071361173007730710126
Binary1010010001111011110100111111000011111111000111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14475E; }

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

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

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

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

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

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

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

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