Html Css Color HEX #016686 Blue Lagoon

📋 copy color: '#016686'

red 1 ◦ green 102 ◦ blue 134

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

Shades of Blue Lagoon #016686

Tints of Blue Lagoon #016686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.54%

R = 0.42%
G = 43.04%
B = 56.54%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016686 (or 0x016686) is known color: Blue Lagoon. HEX triplet: 01, 66 and 86. RGB value is (1,102,134). Sum of RGB (Red+Green+Blue) = 1+102+134=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #016686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016686 is #FE9979. Grayscale: #4B4B4B. Windows color (decimal): -16685434 or 8807937. OLE color: 8807937.

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

Color convert

RGB 1 102 134 -
CMYK 0.99 0.24 0 0.47
HSL 194.44º 0.99% 0.26% -
HSV(B) 194.44º 0.99% 0.53% -
XYZ 9.07 11.23 24.24 -
YUV 75.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 1 102 134 0.99 0.24 0 0.47 194.44 0.99 0.26
Hex 1 66 86 63 18 0 2F C2 63 1A
Octal 1 146 206 143 30 0 57 302 143 32
Binary 1 1100110 10000110 1100011 11000 0 101111 11000010 1100011 11010

Color Harmonies of #016686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016686

Black with #016686

Text Example


Text Example

White with #016686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016686; }

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

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

background-color css

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

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

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

border-color css

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

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

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