Html Css Color HEX #016E79 Blue Lagoon

📋 copy color: '#016E79'

red 1 ◦ green 110 ◦ blue 121

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

Shades of Blue Lagoon #016E79

Tints of Blue Lagoon #016E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.41%

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 0.43%
G = 47.41%
B = 52.16%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016E79 (or 0x016E79) is known color: Blue Lagoon. HEX triplet: 01, 6E and 79. RGB value is (1,110,121). Sum of RGB (Red+Green+Blue) = 1+110+121=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #016E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E79 is #FE9186. Grayscale: #4E4E4E. Windows color (decimal): -16683399 or 7958017. OLE color: 7958017.

HSL color Cylindrical-coordinate representation of color #016E79: hue angle of 185.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E79 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 110 121 -
CMYK 0.99 0.09 0 0.53
HSL 185.5º 0.98% 0.24% -
HSV(B) 185.5º 0.99% 0.47% -
XYZ 9.04 12.54 20.03 -
YUV 78.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 1 110 121 0.99 0.09 0 0.53 185.5 0.98 0.24
Hex 1 6E 79 63 9 0 35 BA 62 18
Octal 1 156 171 143 11 0 65 272 142 30
Binary 1 1101110 1111001 1100011 1001 0 110101 10111010 1100010 11000

Color Harmonies of #016E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E79

Black with #016E79

Text Example


Text Example

White with #016E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016E79; }

 p { color: rgb(1,110,121); }

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

background-color css

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

 a { background-color: rgb(1,110,121); }

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

border-color css

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

 span { border-color: rgb(1,110,121); }

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