Html Css Color HEX #144256 Astronaut Blue

📋 copy color: '#144256'

red 20 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #144256

Tints of Astronaut Blue #144256

RGB

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

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

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

R = 11.63%
G = 38.37%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144256 (or 0x144256) is known color: Astronaut Blue. HEX triplet: 14, 42 and 56. RGB value is (20,66,86). Sum of RGB (Red+Green+Blue) = 20+66+86=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #144256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144256 is #EBBDA9. Grayscale: #363636. Windows color (decimal): -15449514 or 5653012. OLE color: 5653012.

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

Color convert

RGB 20 66 86 -
CMYK 0.77 0.23 0 0.66
HSL 198.18º 0.62% 0.21% -
HSV(B) 198.18º 0.77% 0.34% -
XYZ 3.92 4.72 9.51 -
YUV 54.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 20 66 86 0.77 0.23 0 0.66 198.18 0.62 0.21
Hex 14 42 56 4D 17 0 42 C6 3E 15
Octal 24 102 126 115 27 0 102 306 76 25
Binary 10100 1000010 1010110 1001101 10111 0 1000010 11000110 111110 10101

Color Harmonies of #144256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144256

Black with #144256

Text Example


Text Example

White with #144256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144256; }

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

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

background-color css

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

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

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

border-color css

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

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

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