Html Css Color HEX #144057 Astronaut Blue

📋 copy color: '#144057'

red 20 ◦ green 64 ◦ blue 87

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

Shades of Astronaut Blue #144057

Tints of Astronaut Blue #144057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 87 (34.38% from 255) = 50.88%

R = 11.7%
G = 37.43%
B = 50.88%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144057 (or 0x144057) is known color: Astronaut Blue. HEX triplet: 14, 40 and 57. RGB value is (20,64,87). Sum of RGB (Red+Green+Blue) = 20+64+87=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #144057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144057 is #EBBFA8. Grayscale: #353535. Windows color (decimal): -15450025 or 5718036. OLE color: 5718036.

HSL color Cylindrical-coordinate representation of color #144057: hue angle of 200.6º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144057 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 64 87 -
CMYK 0.77 0.26 0 0.66
HSL 200.6º 0.63% 0.21% -
HSV(B) 200.6º 0.77% 0.34% -
XYZ 3.84 4.5 9.68 -
YUV 53.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 20 64 87 0.77 0.26 0 0.66 200.6 0.63 0.21
Hex 14 40 57 4D 1A 0 42 C9 3F 15
Octal 24 100 127 115 32 0 102 311 77 25
Binary 10100 1000000 1010111 1001101 11010 0 1000010 11001001 111111 10101

Color Harmonies of #144057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144057

Black with #144057

Text Example


Text Example

White with #144057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144057; }

 p { color: rgb(20,64,87); }

 H1.HeaderClassName
 {
   color: #144057;
 }
 .AnyTagClassName
 {
   color: #144057;
 }
</style>

background-color css

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

 a { background-color: rgb(20,64,87); }

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

border-color css

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

 span { border-color: rgb(20,64,87); }

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