Html Css Color HEX #016A76 Blue Lagoon

📋 copy color: '#016A76'

red 1 ◦ green 106 ◦ blue 118

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

Shades of Blue Lagoon #016A76

Tints of Blue Lagoon #016A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.11%

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

R = 0.44%
G = 47.11%
B = 52.44%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016A76 (or 0x016A76) is known color: Blue Lagoon. HEX triplet: 01, 6A and 76. RGB value is (1,106,118). Sum of RGB (Red+Green+Blue) = 1+106+118=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #016A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A76 is #FE9589. Grayscale: #4B4B4B. Windows color (decimal): -16684426 or 7760385. OLE color: 7760385.

HSL color Cylindrical-coordinate representation of color #016A76: hue angle of 186.15º 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 #016A76 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 106 118 -
CMYK 0.99 0.10 0 0.54
HSL 186.15º 0.98% 0.23% -
HSV(B) 186.15º 0.99% 0.46% -
XYZ 8.44 11.62 18.94 -
YUV 75.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 1 106 118 0.99 0.10 0 0.54 186.15 0.98 0.23
Hex 1 6A 76 63 A 0 36 BA 62 17
Octal 1 152 166 143 12 0 66 272 142 27
Binary 1 1101010 1110110 1100011 1010 0 110110 10111010 1100010 10111

Color Harmonies of #016A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A76

Black with #016A76

Text Example


Text Example

White with #016A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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