#14495C

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

Shades of Astronaut Blue #14495C

Tints of Astronaut Blue #14495C

Color information

#14495C (or 0x14495C) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 5C. RGB value is (20,73,92). Sum of RGB (Red+Green+Blue) = 20+73+92=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #14495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14495C is #EBB6A3. Grayscale: #3B3B3B. Windows color (decimal): -15447716 or 6048020. OLE color: 6048020.

HSL color Cylindrical-coordinate representation of color #14495C: hue angle of 195.83º 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 #14495C is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB207392-
CMYK0.780.2100.64
HSL195.83º64.29%21.96%-
HSV(B)195.83º78.26%36.08%-
XYZ4.65.6910.98-
YUV59.32146.4499.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=10.81%
G=39.46%
B=49.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2073920.780.2100.64195.8364.2921.96
Hex14495C4E15040c44016
Octal2411113411625010030410026
Binary10100100100110111001001110101010100000011000100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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