Html Css Color HEX #144756 Astronaut Blue

📋 copy color: '#144756'

red 20 ◦ green 71 ◦ blue 86

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

Shades of Astronaut Blue #144756

Tints of Astronaut Blue #144756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.11%

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

R = 11.3%
G = 40.11%
B = 48.59%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144756 (or 0x144756) is known color: Astronaut Blue. HEX triplet: 14, 47 and 56. RGB value is (20,71,86). Sum of RGB (Red+Green+Blue) = 20+71+86=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #144756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144756 is #EBB8A9. Grayscale: #393939. Windows color (decimal): -15448234 or 5654292. OLE color: 5654292.

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

Color convert

RGB 20 71 86 -
CMYK 0.77 0.17 0 0.66
HSL 193.64º 0.62% 0.21% -
HSV(B) 193.64º 0.77% 0.34% -
XYZ 4.22 5.33 9.61 -
YUV 57.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 20 71 86 0.77 0.17 0 0.66 193.64 0.62 0.21
Hex 14 47 56 4D 11 0 42 C2 3E 15
Octal 24 107 126 115 21 0 102 302 76 25
Binary 10100 1000111 1010110 1001101 10001 0 1000010 11000010 111110 10101

Color Harmonies of #144756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144756

Black with #144756

Text Example


Text Example

White with #144756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144756; }

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

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

background-color css

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

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

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

border-color css

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

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

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