#14485F

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

Shades of Astronaut Blue #14485F

Tints of Astronaut Blue #14485F

Color information

#14485F (or 0x14485F) is unknown color: approx Astronaut Blue. HEX triplet: 14, 48 and 5F. RGB value is (20,72,95). Sum of RGB (Red+Green+Blue) = 20+72+95=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #14485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14485F is #EBB7A0. Grayscale: #3A3A3A. Windows color (decimal): -15447969 or 6244372. OLE color: 6244372.

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

Color convert

RGB207295-
CMYK0.790.2400.63
HSL198.4º65.22%22.55%-
HSV(B)198.4º78.95%37.25%-
XYZ4.675.6111.66-
YUV59.07148.27100.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 95 (37.5% from 255) = 50.80%
R=10.70%
G=38.50%
B=50.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2072950.790.2400.63198.465.2222.55
Hex14485F4F1803Fc64117
Octal241101371173007730610127
Binary1010010010001011111100111111000011111111000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14485F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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