#14445F

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

Shades of Astronaut Blue #14445F

Tints of Astronaut Blue #14445F

Color information

#14445F (or 0x14445F) is unknown color: approx Astronaut Blue. HEX triplet: 14, 44 and 5F. RGB value is (20,68,95). Sum of RGB (Red+Green+Blue) = 20+68+95=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #14445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14445F is #EBBBA0. Grayscale: #383838. Windows color (decimal): -15448993 or 6243348. OLE color: 6243348.

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

Color convert

RGB206895-
CMYK0.790.2800.63
HSL201.6º65.22%22.55%-
HSV(B)201.6º78.95%37.25%-
XYZ4.425.1111.58-
YUV56.73149.6101.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=10.93%
G=37.16%
B=51.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2068950.790.2800.63201.665.2222.55
Hex14445F4F1C03Fca4117
Octal241041371173407731210127
Binary1010010001001011111100111111100011111111001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14445F; }

 p { color: rgb(20,68,95); }

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

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

 a { background-color: rgb(20,68,95); }

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

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

 span { border-color: rgb(20,68,95); }

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