Html Css Color HEX #144F61 Astronaut Blue

📋 copy color: '#144F61'

red 20 ◦ green 79 ◦ blue 97

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

Shades of Astronaut Blue #144F61

Tints of Astronaut Blue #144F61

RGB

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

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

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

R = 10.2%
G = 40.31%
B = 49.49%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144F61 (or 0x144F61) is known color: Astronaut Blue. HEX triplet: 14, 4F and 61. RGB value is (20,79,97). Sum of RGB (Red+Green+Blue) = 20+79+97=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #144F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F61 is #EBB09E. Grayscale: #3F3F3F. Windows color (decimal): -15446175 or 6377236. OLE color: 6377236.

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

Color convert

RGB 20 79 97 -
CMYK 0.79 0.19 0 0.62
HSL 194.03º 0.66% 0.23% -
HSV(B) 194.03º 0.79% 0.38% -
XYZ 5.24 6.6 12.31 -
YUV 63.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 20 79 97 0.79 0.19 0 0.62 194.03 0.66 0.23
Hex 14 4F 61 4F 13 0 3E C2 42 17
Octal 24 117 141 117 23 0 76 302 102 27
Binary 10100 1001111 1100001 1001111 10011 0 111110 11000010 1000010 10111

Color Harmonies of #144F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F61

Black with #144F61

Text Example


Text Example

White with #144F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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