Html Css Color HEX #144E61 Astronaut Blue

📋 copy color: '#144E61'

red 20 ◦ green 78 ◦ blue 97

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

Shades of Astronaut Blue #144E61

Tints of Astronaut Blue #144E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 10.26%
G = 40%
B = 49.74%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144E61 (or 0x144E61) is known color: Astronaut Blue. HEX triplet: 14, 4E and 61. RGB value is (20,78,97). Sum of RGB (Red+Green+Blue) = 20+78+97=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #144E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E61 is #EBB19E. Grayscale: #3E3E3E. Windows color (decimal): -15446431 or 6376980. OLE color: 6376980.

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

Color convert

RGB 20 78 97 -
CMYK 0.79 0.20 0 0.62
HSL 194.81º 0.66% 0.23% -
HSV(B) 194.81º 0.79% 0.38% -
XYZ 5.17 6.46 12.28 -
YUV 62.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 20 78 97 0.79 0.20 0 0.62 194.81 0.66 0.23
Hex 14 4E 61 4F 14 0 3E C3 42 17
Octal 24 116 141 117 24 0 76 303 102 27
Binary 10100 1001110 1100001 1001111 10100 0 111110 11000011 1000010 10111

Color Harmonies of #144E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E61

Black with #144E61

Text Example


Text Example

White with #144E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,78,97); }

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

background-color css

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

 a { background-color: rgb(20,78,97); }

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

border-color css

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

 span { border-color: rgb(20,78,97); }

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