Html Css Color HEX #016976 Blue Lagoon

📋 copy color: '#016976'

red 1 ◦ green 105 ◦ blue 118

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

Shades of Blue Lagoon #016976

Tints of Blue Lagoon #016976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.88%

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

R = 0.45%
G = 46.88%
B = 52.68%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016976 (or 0x016976) is known color: Blue Lagoon. HEX triplet: 01, 69 and 76. RGB value is (1,105,118). Sum of RGB (Red+Green+Blue) = 1+105+118=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #016976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016976 is #FE9689. Grayscale: #4B4B4B. Windows color (decimal): -16684682 or 7760129. OLE color: 7760129.

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

Color convert

RGB 1 105 118 -
CMYK 0.99 0.11 0 0.54
HSL 186.67º 0.98% 0.23% -
HSV(B) 186.67º 0.99% 0.46% -
XYZ 8.33 11.42 18.9 -
YUV 75.39 152.04 74.94 -
System Red Green Blue C M Y K H S L
Decimal 1 105 118 0.99 0.11 0 0.54 186.67 0.98 0.23
Hex 1 69 76 63 B 0 36 BB 62 17
Octal 1 151 166 143 13 0 66 273 142 27
Binary 1 1101001 1110110 1100011 1011 0 110110 10111011 1100010 10111

Color Harmonies of #016976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016976

Black with #016976

Text Example


Text Example

White with #016976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016976; }

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

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

background-color css

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

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

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

border-color css

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

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

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