Html Css Color HEX #144C61 Astronaut Blue

📋 copy color: '#144C61'

red 20 ◦ green 76 ◦ blue 97

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

Shades of Astronaut Blue #144C61

Tints of Astronaut Blue #144C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.38%

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

R = 10.36%
G = 39.38%
B = 50.26%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144C61 (or 0x144C61) is known color: Astronaut Blue. HEX triplet: 14, 4C and 61. RGB value is (20,76,97). Sum of RGB (Red+Green+Blue) = 20+76+97=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #144C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C61 is #EBB39E. Grayscale: #3D3D3D. Windows color (decimal): -15446943 or 6376468. OLE color: 6376468.

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

Color convert

RGB 20 76 97 -
CMYK 0.79 0.22 0 0.62
HSL 196.36º 0.66% 0.23% -
HSV(B) 196.36º 0.79% 0.38% -
XYZ 5.03 6.18 12.24 -
YUV 61.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 20 76 97 0.79 0.22 0 0.62 196.36 0.66 0.23
Hex 14 4C 61 4F 16 0 3E C4 42 17
Octal 24 114 141 117 26 0 76 304 102 27
Binary 10100 1001100 1100001 1001111 10110 0 111110 11000100 1000010 10111

Color Harmonies of #144C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C61

Black with #144C61

Text Example


Text Example

White with #144C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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