Html Css Color HEX #016B76 Blue Lagoon

📋 copy color: '#016B76'

red 1 ◦ green 107 ◦ blue 118

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

Shades of Blue Lagoon #016B76

Tints of Blue Lagoon #016B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 0.44%
G = 47.35%
B = 52.21%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016B76 (or 0x016B76) is known color: Blue Lagoon. HEX triplet: 01, 6B and 76. RGB value is (1,107,118). Sum of RGB (Red+Green+Blue) = 1+107+118=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #016B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B76 is #FE9489. Grayscale: #4C4C4C. Windows color (decimal): -16684170 or 7760641. OLE color: 7760641.

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

Color convert

RGB 1 107 118 -
CMYK 0.99 0.09 0 0.54
HSL 185.64º 0.98% 0.23% -
HSV(B) 185.64º 0.99% 0.46% -
XYZ 8.54 11.83 18.97 -
YUV 76.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 1 107 118 0.99 0.09 0 0.54 185.64 0.98 0.23
Hex 1 6B 76 63 9 0 36 BA 62 17
Octal 1 153 166 143 11 0 66 272 142 27
Binary 1 1101011 1110110 1100011 1001 0 110110 10111010 1100010 10111

Color Harmonies of #016B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B76

Black with #016B76

Text Example


Text Example

White with #016B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,118); }

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

background-color css

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

 a { background-color: rgb(1,107,118); }

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

border-color css

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

 span { border-color: rgb(1,107,118); }

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