Html Css Color HEX #144056 Astronaut Blue

📋 copy color: '#144056'

red 20 ◦ green 64 ◦ blue 86

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

Shades of Astronaut Blue #144056

Tints of Astronaut Blue #144056

RGB

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

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

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

R = 11.76%
G = 37.65%
B = 50.59%

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

#144056 (or 0x144056) is known color: Astronaut Blue. HEX triplet: 14, 40 and 56. RGB value is (20,64,86). Sum of RGB (Red+Green+Blue) = 20+64+86=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #144056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144056 is #EBBFA9. Grayscale: #353535. Windows color (decimal): -15450026 or 5652500. OLE color: 5652500.

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

Color convert

RGB 20 64 86 -
CMYK 0.77 0.26 0 0.66
HSL 200º 0.62% 0.21% -
HSV(B) 200º 0.77% 0.34% -
XYZ 3.8 4.49 9.47 -
YUV 53.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 20 64 86 0.77 0.26 0 0.66 200 0.62 0.21
Hex 14 40 56 4D 1A 0 42 C8 3E 15
Octal 24 100 126 115 32 0 102 310 76 25
Binary 10100 1000000 1010110 1001101 11010 0 1000010 11001000 111110 10101

Color Harmonies of #144056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144056

Black with #144056

Text Example


Text Example

White with #144056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144056; }

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

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

background-color css

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

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

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

border-color css

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

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

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