Html Css Color HEX #016776 Blue Lagoon

📋 copy color: '#016776'

red 1 ◦ green 103 ◦ blue 118

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

Shades of Blue Lagoon #016776

Tints of Blue Lagoon #016776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.4%

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

R = 0.45%
G = 46.4%
B = 53.15%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016776 (or 0x016776) is known color: Blue Lagoon. HEX triplet: 01, 67 and 76. RGB value is (1,103,118). Sum of RGB (Red+Green+Blue) = 1+103+118=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #016776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016776 is #FE9889. Grayscale: #4A4A4A. Windows color (decimal): -16685194 or 7759617. OLE color: 7759617.

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

Color convert

RGB 1 103 118 -
CMYK 0.99 0.13 0 0.54
HSL 187.69º 0.98% 0.23% -
HSV(B) 187.69º 0.99% 0.46% -
XYZ 8.13 11.01 18.84 -
YUV 74.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 1 103 118 0.99 0.13 0 0.54 187.69 0.98 0.23
Hex 1 67 76 63 D 0 36 BC 62 17
Octal 1 147 166 143 15 0 66 274 142 27
Binary 1 1100111 1110110 1100011 1101 0 110110 10111100 1100010 10111

Color Harmonies of #016776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016776

Black with #016776

Text Example


Text Example

White with #016776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016776; }

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

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

background-color css

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

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

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

border-color css

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

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

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