#14485E

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

Shades of Astronaut Blue #14485E

Tints of Astronaut Blue #14485E

Color information

#14485E (or 0x14485E) is unknown color: approx Astronaut Blue. HEX triplet: 14, 48 and 5E. RGB value is (20,72,94). Sum of RGB (Red+Green+Blue) = 20+72+94=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #14485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14485E is #EBB7A1. Grayscale: #3A3A3A. Windows color (decimal): -15447970 or 6178836. OLE color: 6178836.

HSL color Cylindrical-coordinate representation of color #14485E: hue angle of 197.84º 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 #14485E is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB207294-
CMYK0.790.2300.63
HSL197.84º64.91%22.35%-
HSV(B)197.84º78.72%36.86%-
XYZ4.635.5911.43-
YUV58.96147.77100.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=10.75%
G=38.71%
B=50.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2072940.790.2300.63197.8464.9122.35
Hex14485E4F1703Fc64116
Octal241101361172707730610126
Binary1010010010001011110100111110111011111111000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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