#14496A

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

Shades of Astronaut Blue #14496A

Tints of Astronaut Blue #14496A

Color information

#14496A (or 0x14496A) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 6A. RGB value is (20,73,106). Sum of RGB (Red+Green+Blue) = 20+73+106=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #14496A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14496A is #EBB695. Grayscale: #3C3C3C. Windows color (decimal): -15447702 or 6965524. OLE color: 6965524.

HSL color Cylindrical-coordinate representation of color #14496A: hue angle of 203.02º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14496A is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2073106-
CMYK0.810.3100.58
HSL203.02º68.25%24.71%-
HSV(B)203.02º81.13%41.57%-
XYZ5.275.9514.51-
YUV60.91153.4498.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=10.05%
G=36.68%
B=53.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20731060.810.3100.58203.0268.2524.71
Hex14496A511F03Acb4419
Octal241111521213707231310431
Binary1010010010011101010101000111111011101011001011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14496A; }

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

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

<style>
 a { background-color: #14496A; }

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

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

<style>
 span { border-color: #14496A; }

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

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