Html Css Color HEX #144059 Astronaut Blue

📋 copy color: '#144059'

red 20 ◦ green 64 ◦ blue 89

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

Shades of Astronaut Blue #144059

Tints of Astronaut Blue #144059

RGB

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

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 20 64 89 -
CMYK 0.78 0.28 0 0.65
HSL 201.74º 0.63% 0.21% -
HSV(B) 201.74º 0.78% 0.35% -
XYZ 3.93 4.54 10.12 -
YUV 53.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 20 64 89 0.78 0.28 0 0.65 201.74 0.63 0.21
Hex 14 40 59 4E 1C 0 41 CA 3F 15
Octal 24 100 131 116 34 0 101 312 77 25
Binary 10100 1000000 1011001 1001110 11100 0 1000001 11001010 111111 10101

Color Harmonies of #144059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144059

Black with #144059

Text Example


Text Example

White with #144059

Text Example


Text Example

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