Html Css Color HEX #144257 Astronaut Blue

📋 copy color: '#144257'

red 20 ◦ green 66 ◦ blue 87

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

Shades of Astronaut Blue #144257

Tints of Astronaut Blue #144257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.15%

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

R = 11.56%
G = 38.15%
B = 50.29%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144257 (or 0x144257) is known color: Astronaut Blue. HEX triplet: 14, 42 and 57. RGB value is (20,66,87). Sum of RGB (Red+Green+Blue) = 20+66+87=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #144257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144257 is #EBBDA8. Grayscale: #363636. Windows color (decimal): -15449513 or 5718548. OLE color: 5718548.

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

Color convert

RGB 20 66 87 -
CMYK 0.77 0.24 0 0.66
HSL 198.81º 0.63% 0.21% -
HSV(B) 198.81º 0.77% 0.34% -
XYZ 3.96 4.73 9.72 -
YUV 54.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 20 66 87 0.77 0.24 0 0.66 198.81 0.63 0.21
Hex 14 42 57 4D 18 0 42 C7 3F 15
Octal 24 102 127 115 30 0 102 307 77 25
Binary 10100 1000010 1010111 1001101 11000 0 1000010 11000111 111111 10101

Color Harmonies of #144257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144257

Black with #144257

Text Example


Text Example

White with #144257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144257; }

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

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

background-color css

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

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

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

border-color css

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

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

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