Html Css Color HEX #144862 Astronaut Blue

📋 copy color: '#144862'

red 20 ◦ green 72 ◦ blue 98

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

Shades of Astronaut Blue #144862

Tints of Astronaut Blue #144862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 10.53%
G = 37.89%
B = 51.58%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144862 (or 0x144862) is known color: Astronaut Blue. HEX triplet: 14, 48 and 62. RGB value is (20,72,98). Sum of RGB (Red+Green+Blue) = 20+72+98=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #144862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144862 is #EBB79D. Grayscale: #3B3B3B. Windows color (decimal): -15447966 or 6440980. OLE color: 6440980.

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

Color convert

RGB 20 72 98 -
CMYK 0.80 0.27 0 0.62
HSL 200º 0.66% 0.23% -
HSV(B) 200º 0.8% 0.38% -
XYZ 4.81 5.67 12.4 -
YUV 59.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 20 72 98 0.80 0.27 0 0.62 200 0.66 0.23
Hex 14 48 62 50 1B 0 3E C8 42 17
Octal 24 110 142 120 33 0 76 310 102 27
Binary 10100 1001000 1100010 1010000 11011 0 111110 11001000 1000010 10111

Color Harmonies of #144862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144862

Black with #144862

Text Example


Text Example

White with #144862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144862; }

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

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

background-color css

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

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

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

border-color css

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

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

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