#144059

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

Shades of Astronaut Blue #144059

Tints of Astronaut Blue #144059

Color information

#144059 (or 0x144059) is unknown color: approx Astronaut Blue. HEX triplet: 14, 40 and 59. RGB value is (20,64,89). Sum of RGB (Red+Green+Blue) = 20+64+89=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #144059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144059 is #EBBFA6. Grayscale: #353535. Windows color (decimal): -15450023 or 5849108. OLE color: 5849108.

HSL color Cylindrical-coordinate representation of color #144059: hue angle of 201.74º 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 #144059 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB206489-
CMYK0.780.2800.65
HSL201.74º63.3%21.37%-
HSV(B)201.74º77.53%34.9%-
XYZ3.934.5410.12-
YUV53.69147.92103.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=11.56%
G=36.99%
B=51.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2064890.780.2800.65201.7463.321.37
Hex1440594E1C041ca3f15
Octal241001311163401013127725
Binary1010010000001011001100111011100010000011100101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144059; }

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

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

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

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

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

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

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

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