Html Css Color HEX #144562 Astronaut Blue

📋 copy color: '#144562'

red 20 ◦ green 69 ◦ blue 98

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

Shades of Astronaut Blue #144562

Tints of Astronaut Blue #144562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 10.7%
G = 36.9%
B = 52.41%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144562 (or 0x144562) is known color: Astronaut Blue. HEX triplet: 14, 45 and 62. RGB value is (20,69,98). Sum of RGB (Red+Green+Blue) = 20+69+98=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #144562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144562 is #EBBA9D. Grayscale: #393939. Windows color (decimal): -15448734 or 6440212. OLE color: 6440212.

HSL color Cylindrical-coordinate representation of color #144562: hue angle of 202.31º 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 #144562 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 69 98 -
CMYK 0.80 0.30 0 0.62
HSL 202.31º 0.66% 0.23% -
HSV(B) 202.31º 0.8% 0.38% -
XYZ 4.62 5.29 12.33 -
YUV 57.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 20 69 98 0.80 0.30 0 0.62 202.31 0.66 0.23
Hex 14 45 62 50 1E 0 3E CA 42 17
Octal 24 105 142 120 36 0 76 312 102 27
Binary 10100 1000101 1100010 1010000 11110 0 111110 11001010 1000010 10111

Color Harmonies of #144562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144562

Black with #144562

Text Example


Text Example

White with #144562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144562; }

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

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

background-color css

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

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

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

border-color css

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

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

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