Html Css Color HEX #144156 Astronaut Blue

📋 copy color: '#144156'

red 20 ◦ green 65 ◦ blue 86

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

Shades of Astronaut Blue #144156

Tints of Astronaut Blue #144156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 11.7%
G = 38.01%
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

#144156 (or 0x144156) is known color: Astronaut Blue. HEX triplet: 14, 41 and 56. RGB value is (20,65,86). Sum of RGB (Red+Green+Blue) = 20+65+86=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #144156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144156 is #EBBEA9. Grayscale: #353535. Windows color (decimal): -15449770 or 5652756. OLE color: 5652756.

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

Color convert

RGB 20 65 86 -
CMYK 0.77 0.24 0 0.66
HSL 199.09º 0.62% 0.21% -
HSV(B) 199.09º 0.77% 0.34% -
XYZ 3.86 4.6 9.49 -
YUV 53.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 20 65 86 0.77 0.24 0 0.66 199.09 0.62 0.21
Hex 14 41 56 4D 18 0 42 C7 3E 15
Octal 24 101 126 115 30 0 102 307 76 25
Binary 10100 1000001 1010110 1001101 11000 0 1000010 11000111 111110 10101

Color Harmonies of #144156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144156

Black with #144156

Text Example


Text Example

White with #144156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144156; }

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

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

background-color css

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

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

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

border-color css

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

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

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