Html Css Color HEX #016876 Blue Lagoon

📋 copy color: '#016876'

red 1 ◦ green 104 ◦ blue 118

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

Shades of Blue Lagoon #016876

Tints of Blue Lagoon #016876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.64%

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

R = 0.45%
G = 46.64%
B = 52.91%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016876 (or 0x016876) is known color: Blue Lagoon. HEX triplet: 01, 68 and 76. RGB value is (1,104,118). Sum of RGB (Red+Green+Blue) = 1+104+118=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #016876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016876 is #FE9789. Grayscale: #4A4A4A. Windows color (decimal): -16684938 or 7759873. OLE color: 7759873.

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

Color convert

RGB 1 104 118 -
CMYK 0.99 0.12 0 0.54
HSL 187.18º 0.98% 0.23% -
HSV(B) 187.18º 0.99% 0.46% -
XYZ 8.23 11.22 18.87 -
YUV 74.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 1 104 118 0.99 0.12 0 0.54 187.18 0.98 0.23
Hex 1 68 76 63 C 0 36 BB 62 17
Octal 1 150 166 143 14 0 66 273 142 27
Binary 1 1101000 1110110 1100011 1100 0 110110 10111011 1100010 10111

Color Harmonies of #016876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016876

Black with #016876

Text Example


Text Example

White with #016876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016876; }

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

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

background-color css

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

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

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

border-color css

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

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

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