#144459

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

Shades of Astronaut Blue #144459

Tints of Astronaut Blue #144459

Color information

#144459 (or 0x144459) is unknown color: approx Astronaut Blue. HEX triplet: 14, 44 and 59. RGB value is (20,68,89). Sum of RGB (Red+Green+Blue) = 20+68+89=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #144459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144459 is #EBBBA6. Grayscale: #373737. Windows color (decimal): -15448999 or 5850132. OLE color: 5850132.

HSL color Cylindrical-coordinate representation of color #144459: hue angle of 198.26º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144459 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB206889-
CMYK0.780.2400.65
HSL198.26º63.3%21.37%-
HSV(B)198.26º77.53%34.9%-
XYZ4.16510.2-
YUV56.04146.6102.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=11.30%
G=38.42%
B=50.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2068890.780.2400.65198.2663.321.37
Hex1444594E18041c63f15
Octal241041311163001013067725
Binary1010010001001011001100111011000010000011100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144459; }

 p { color: rgb(20,68,89); }

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

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

 a { background-color: rgb(20,68,89); }

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

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

 span { border-color: rgb(20,68,89); }

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