Html Css Color HEX #144762 Astronaut Blue

📋 copy color: '#144762'

red 20 ◦ green 71 ◦ blue 98

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

Shades of Astronaut Blue #144762

Tints of Astronaut Blue #144762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 10.58%
G = 37.57%
B = 51.85%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144762 (or 0x144762) is known color: Astronaut Blue. HEX triplet: 14, 47 and 62. RGB value is (20,71,98). Sum of RGB (Red+Green+Blue) = 20+71+98=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #144762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144762 is #EBB89D. Grayscale: #3A3A3A. Windows color (decimal): -15448222 or 6440724. OLE color: 6440724.

HSL color Cylindrical-coordinate representation of color #144762: hue angle of 200.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144762 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 71 98 -
CMYK 0.80 0.28 0 0.62
HSL 200.77º 0.66% 0.23% -
HSV(B) 200.77º 0.8% 0.38% -
XYZ 4.75 5.54 12.37 -
YUV 58.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 20 71 98 0.80 0.28 0 0.62 200.77 0.66 0.23
Hex 14 47 62 50 1C 0 3E C9 42 17
Octal 24 107 142 120 34 0 76 311 102 27
Binary 10100 1000111 1100010 1010000 11100 0 111110 11001001 1000010 10111

Color Harmonies of #144762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144762

Black with #144762

Text Example


Text Example

White with #144762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144762; }

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

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

background-color css

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

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

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

border-color css

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

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

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