Html Css Color HEX #144557 Astronaut Blue

📋 copy color: '#144557'

red 20 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #144557

Tints of Astronaut Blue #144557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

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

R = 11.36%
G = 39.2%
B = 49.43%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144557 (or 0x144557) is known color: Astronaut Blue. HEX triplet: 14, 45 and 57. RGB value is (20,69,87). Sum of RGB (Red+Green+Blue) = 20+69+87=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #144557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144557 is #EBBAA8. Grayscale: #383838. Windows color (decimal): -15448745 or 5719316. OLE color: 5719316.

HSL color Cylindrical-coordinate representation of color #144557: hue angle of 196.12º 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 #144557 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 69 87 -
CMYK 0.77 0.21 0 0.66
HSL 196.12º 0.63% 0.21% -
HSV(B) 196.12º 0.77% 0.34% -
XYZ 4.14 5.09 9.78 -
YUV 56.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 20 69 87 0.77 0.21 0 0.66 196.12 0.63 0.21
Hex 14 45 57 4D 15 0 42 C4 3F 15
Octal 24 105 127 115 25 0 102 304 77 25
Binary 10100 1000101 1010111 1001101 10101 0 1000010 11000100 111111 10101

Color Harmonies of #144557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144557

Black with #144557

Text Example


Text Example

White with #144557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144557; }

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

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

background-color css

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

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

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

border-color css

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

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

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