Html Css Color HEX #144459 Astronaut Blue

📋 copy color: '#144459'

red 20 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #144459

Tints of Astronaut Blue #144459

RGB

 RED value IS 20 (8.2% from 255) = 11.3%

 GREEN value IS 68 (26.95% from 255) = 38.42%

 BLUE value IS 89 (35.16% from 255) = 50.28%

R = 11.3%
G = 38.42%
B = 50.28%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 20 68 89 -
CMYK 0.78 0.24 0 0.65
HSL 198.26º 0.63% 0.21% -
HSV(B) 198.26º 0.78% 0.35% -
XYZ 4.16 5 10.2 -
YUV 56.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 20 68 89 0.78 0.24 0 0.65 198.26 0.63 0.21
Hex 14 44 59 4E 18 0 41 C6 3F 15
Octal 24 104 131 116 30 0 101 306 77 25
Binary 10100 1000100 1011001 1001110 11000 0 1000001 11000110 111111 10101

Color Harmonies of #144459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144459

Black with #144459

Text Example


Text Example

White with #144459

Text Example


Text Example

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