Html Css Color HEX #144559 Astronaut Blue

📋 copy color: '#144559'

red 20 ◦ green 69 ◦ blue 89

#144559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #144559

Tints of Astronaut Blue #144559

RGB

 RED value IS 20 (8.2% 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 value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144559 (or 0x144559) is known color: 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

RGB 20 69 89 -
CMYK 0.78 0.22 0 0.65
HSL 197.39º 0.63% 0.21% -
HSV(B) 197.39º 0.78% 0.35% -
XYZ 4.22 5.13 10.22 -
YUV 56.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 20 69 89 0.78 0.22 0 0.65 197.39 0.63 0.21
Hex 14 45 59 4E 16 0 41 C5 3F 15
Octal 24 105 131 116 26 0 101 305 77 25
Binary 10100 1000101 1011001 1001110 10110 0 1000001 11000101 111111 10101

Color Harmonies of #144559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144559

Black with #144559

Text Example


Text Example

White with #144559

Text Example


Text Example

HTML Codes & Css Web 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>