Html Css Color HEX #144F62 Astronaut Blue

📋 copy color: '#144F62'

red 20 ◦ green 79 ◦ blue 98

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

Shades of Astronaut Blue #144F62

Tints of Astronaut Blue #144F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.1%

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

R = 10.15%
G = 40.1%
B = 49.75%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144F62 (or 0x144F62) is known color: Astronaut Blue. HEX triplet: 14, 4F and 62. RGB value is (20,79,98). Sum of RGB (Red+Green+Blue) = 20+79+98=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #144F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F62 is #EBB09D. Grayscale: #3F3F3F. Windows color (decimal): -15446174 or 6442772. OLE color: 6442772.

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

Color convert

RGB 20 79 98 -
CMYK 0.80 0.19 0 0.62
HSL 194.62º 0.66% 0.23% -
HSV(B) 194.62º 0.8% 0.38% -
XYZ 5.29 6.62 12.55 -
YUV 63.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 20 79 98 0.80 0.19 0 0.62 194.62 0.66 0.23
Hex 14 4F 62 50 13 0 3E C3 42 17
Octal 24 117 142 120 23 0 76 303 102 27
Binary 10100 1001111 1100010 1010000 10011 0 111110 11000011 1000010 10111

Color Harmonies of #144F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F62

Black with #144F62

Text Example


Text Example

White with #144F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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