#144969

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

Shades of Astronaut Blue #144969

Tints of Astronaut Blue #144969

Color information

#144969 (or 0x144969) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 69. RGB value is (20,73,105). Sum of RGB (Red+Green+Blue) = 20+73+105=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #144969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144969 is #EBB696. Grayscale: #3C3C3C. Windows color (decimal): -15447703 or 6899988. OLE color: 6899988.

HSL color Cylindrical-coordinate representation of color #144969: hue angle of 202.59º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144969 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2073105-
CMYK0.810.3000.59
HSL202.59º68%24.51%-
HSV(B)202.59º80.95%41.18%-
XYZ5.225.9314.23-
YUV60.8152.9498.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 105 (41.41% from 255) = 53.03%
R=10.10%
G=36.87%
B=53.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20731050.810.3000.59202.596824.51
Hex144969511E03Bcb4419
Octal241111511213607331310431
Binary1010010010011101001101000111110011101111001011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144969; }

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

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

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

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

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

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

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

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