Html Css Color HEX #016677 Blue Lagoon

📋 copy color: '#016677'

red 1 ◦ green 102 ◦ blue 119

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

Shades of Blue Lagoon #016677

Tints of Blue Lagoon #016677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.95%

 BLUE value IS 119 (46.88% from 255) = 53.6%

R = 0.45%
G = 45.95%
B = 53.6%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016677 (or 0x016677) is known color: Blue Lagoon. HEX triplet: 01, 66 and 77. RGB value is (1,102,119). Sum of RGB (Red+Green+Blue) = 1+102+119=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #016677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016677 is #FE9988. Grayscale: #494949. Windows color (decimal): -16685449 or 7824897. OLE color: 7824897.

HSL color Cylindrical-coordinate representation of color #016677: hue angle of 188.64º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016677 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 102 119 -
CMYK 0.99 0.14 0 0.53
HSL 188.64º 0.98% 0.24% -
HSV(B) 188.64º 0.99% 0.47% -
XYZ 8.09 10.84 19.12 -
YUV 73.74 153.54 76.12 -
System Red Green Blue C M Y K H S L
Decimal 1 102 119 0.99 0.14 0 0.53 188.64 0.98 0.24
Hex 1 66 77 63 E 0 35 BD 62 18
Octal 1 146 167 143 16 0 65 275 142 30
Binary 1 1100110 1110111 1100011 1110 0 110101 10111101 1100010 11000

Color Harmonies of #016677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016677

Black with #016677

Text Example


Text Example

White with #016677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016677; }

 p { color: rgb(1,102,119); }

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

background-color css

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

 a { background-color: rgb(1,102,119); }

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

border-color css

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

 span { border-color: rgb(1,102,119); }

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