#14425C

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

Shades of Astronaut Blue #14425C

Tints of Astronaut Blue #14425C

Color information

#14425C (or 0x14425C) is unknown color: approx Astronaut Blue. HEX triplet: 14, 42 and 5C. RGB value is (20,66,92). Sum of RGB (Red+Green+Blue) = 20+66+92=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #14425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14425C is #EBBDA3. Grayscale: #373737. Windows color (decimal): -15449508 or 6046228. OLE color: 6046228.

HSL color Cylindrical-coordinate representation of color #14425C: hue angle of 201.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14425C is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206692-
CMYK0.780.2800.64
HSL201.67º64.29%21.96%-
HSV(B)201.67º78.26%36.08%-
XYZ4.174.8210.84-
YUV55.21148.76102.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=11.24%
G=37.08%
B=51.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2066920.780.2800.64201.6764.2921.96
Hex14425C4E1C040ca4016
Octal2410213411634010031210026
Binary10100100001010111001001110111000100000011001010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14425C; }

 p { color: rgb(20,66,92); }

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

<style>
 a { background-color: #14425C; }

 a { background-color: rgb(20,66,92); }

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

<style>
 span { border-color: #14425C; }

 span { border-color: rgb(20,66,92); }

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