Html Css Color HEX #144D62 Astronaut Blue

📋 copy color: '#144D62'

red 20 ◦ green 77 ◦ blue 98

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

Shades of Astronaut Blue #144D62

Tints of Astronaut Blue #144D62

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.49%

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

R = 10.26%
G = 39.49%
B = 50.26%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144D62 (or 0x144D62) is known color: Astronaut Blue. HEX triplet: 14, 4D and 62. RGB value is (20,77,98). Sum of RGB (Red+Green+Blue) = 20+77+98=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #144D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D62 is #EBB29D. Grayscale: #3E3E3E. Windows color (decimal): -15446686 or 6442260. OLE color: 6442260.

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

Color convert

RGB 20 77 98 -
CMYK 0.80 0.21 0 0.62
HSL 196.15º 0.66% 0.23% -
HSV(B) 196.15º 0.8% 0.38% -
XYZ 5.15 6.34 12.51 -
YUV 62.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 20 77 98 0.80 0.21 0 0.62 196.15 0.66 0.23
Hex 14 4D 62 50 15 0 3E C4 42 17
Octal 24 115 142 120 25 0 76 304 102 27
Binary 10100 1001101 1100010 1010000 10101 0 111110 11000100 1000010 10111

Color Harmonies of #144D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D62

Black with #144D62

Text Example


Text Example

White with #144D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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