Html Css Color HEX #016249 Watercourse

📋 copy color: '#016249'

red 1 ◦ green 98 ◦ blue 73

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

Shades of Watercourse #016249

Tints of Watercourse #016249

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

 GREEN value IS 98 (38.67% from 255) = 56.98%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 0.58%
G = 56.98%
B = 42.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#016249 (or 0x016249) is known color: Watercourse. HEX triplet: 01, 62 and 49. RGB value is (1,98,73). Sum of RGB (Red+Green+Blue) = 1+98+73=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #016249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016249 is #FE9DB6. Grayscale: #424242. Windows color (decimal): -16686519 or 4809217. OLE color: 4809217.

HSL color Cylindrical-coordinate representation of color #016249: hue angle of 164.54º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016249 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 73 -
CMYK 0.99 0 0.26 0.62
HSL 164.54º 0.98% 0.19% -
HSV(B) 164.54º 0.99% 0.38% -
XYZ 5.58 9.22 7.79 -
YUV 66.15 131.86 81.53 -
System Red Green Blue C M Y K H S L
Decimal 1 98 73 0.99 0 0.26 0.62 164.54 0.98 0.19
Hex 1 62 49 63 0 1A 3E A5 62 13
Octal 1 142 111 143 0 32 76 245 142 23
Binary 1 1100010 1001001 1100011 0 11010 111110 10100101 1100010 10011

Color Harmonies of #016249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016249

Black with #016249

Text Example


Text Example

White with #016249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016249; }

 p { color: rgb(1,98,73); }

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

background-color css

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

 a { background-color: rgb(1,98,73); }

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

border-color css

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

 span { border-color: rgb(1,98,73); }

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