#144259

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

Shades of Astronaut Blue #144259

Tints of Astronaut Blue #144259

Color information

#144259 (or 0x144259) is unknown color: approx Astronaut Blue. HEX triplet: 14, 42 and 59. RGB value is (20,66,89). Sum of RGB (Red+Green+Blue) = 20+66+89=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #144259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144259 is #EBBDA6. Grayscale: #363636. Windows color (decimal): -15449511 or 5849620. OLE color: 5849620.

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

Color convert

RGB206689-
CMYK0.780.2600.65
HSL200º63.3%21.37%-
HSV(B)200º77.53%34.9%-
XYZ4.044.7710.16-
YUV54.87147.26103.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=11.43%
G=37.71%
B=50.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2066890.780.2600.6520063.321.37
Hex1442594E1A041c83f15
Octal241021311163201013107725
Binary1010010000101011001100111011010010000011100100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144259; }

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

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

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

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

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

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

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

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