#14495E

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

Shades of Astronaut Blue #14495E

Tints of Astronaut Blue #14495E

Color information

#14495E (or 0x14495E) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 5E. RGB value is (20,73,94). Sum of RGB (Red+Green+Blue) = 20+73+94=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #14495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14495E is #EBB6A1. Grayscale: #3B3B3B. Windows color (decimal): -15447714 or 6179092. OLE color: 6179092.

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

Color convert

RGB207394-
CMYK0.790.2200.63
HSL197.03º64.91%22.35%-
HSV(B)197.03º78.72%36.86%-
XYZ4.695.7211.45-
YUV59.55147.4499.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=10.70%
G=39.04%
B=50.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2073940.790.2200.63197.0364.9122.35
Hex14495E4F1603Fc54116
Octal241111361172607730510126
Binary1010010010011011110100111110110011111111000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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