Html Css Color HEX #144157 Astronaut Blue

📋 copy color: '#144157'

red 20 ◦ green 65 ◦ blue 87

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

Shades of Astronaut Blue #144157

Tints of Astronaut Blue #144157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

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

R = 11.63%
G = 37.79%
B = 50.58%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144157 (or 0x144157) is known color: Astronaut Blue. HEX triplet: 14, 41 and 57. RGB value is (20,65,87). Sum of RGB (Red+Green+Blue) = 20+65+87=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #144157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144157 is #EBBEA8. Grayscale: #353535. Windows color (decimal): -15449769 or 5718292. OLE color: 5718292.

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

Color convert

RGB 20 65 87 -
CMYK 0.77 0.25 0 0.66
HSL 199.7º 0.63% 0.21% -
HSV(B) 199.7º 0.77% 0.34% -
XYZ 3.9 4.62 9.7 -
YUV 54.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 20 65 87 0.77 0.25 0 0.66 199.7 0.63 0.21
Hex 14 41 57 4D 19 0 42 C8 3F 15
Octal 24 101 127 115 31 0 102 310 77 25
Binary 10100 1000001 1010111 1001101 11001 0 1000010 11001000 111111 10101

Color Harmonies of #144157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144157

Black with #144157

Text Example


Text Example

White with #144157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144157; }

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

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

background-color css

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

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

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

border-color css

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

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

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