#144559

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

Shades of Astronaut Blue #144559

Tints of Astronaut Blue #144559

Color information

#144559 (or 0x144559) is unknown color: approx Astronaut Blue. HEX triplet: 14, 45 and 59. RGB value is (20,69,89). Sum of RGB (Red+Green+Blue) = 20+69+89=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #144559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144559 is #EBBAA6. Grayscale: #383838. Windows color (decimal): -15448743 or 5850388. OLE color: 5850388.

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

Color convert

RGB206989-
CMYK0.780.2200.65
HSL197.39º63.3%21.37%-
HSV(B)197.39º77.53%34.9%-
XYZ4.225.1310.22-
YUV56.63146.27101.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 89 (35.16% from 255) = 50%
R=11.24%
G=38.76%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2069890.780.2200.65197.3963.321.37
Hex1445594E16041c53f15
Octal241051311162601013057725
Binary1010010001011011001100111010110010000011100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144559; }

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

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

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

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

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

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

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

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