Html Css Color HEX #016886 Blue Lagoon

📋 copy color: '#016886'

red 1 ◦ green 104 ◦ blue 134

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

Shades of Blue Lagoon #016886

Tints of Blue Lagoon #016886

RGB

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

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

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

R = 0.42%
G = 43.51%
B = 56.07%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016886 (or 0x016886) is known color: Blue Lagoon. HEX triplet: 01, 68 and 86. RGB value is (1,104,134). Sum of RGB (Red+Green+Blue) = 1+104+134=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #016886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016886 is #FE9779. Grayscale: #4C4C4C. Windows color (decimal): -16684922 or 8808449. OLE color: 8808449.

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

Color convert

RGB 1 104 134 -
CMYK 0.99 0.22 0 0.47
HSL 193.53º 0.99% 0.26% -
HSV(B) 193.53º 0.99% 0.53% -
XYZ 9.27 11.63 24.31 -
YUV 76.62 160.38 74.06 -
System Red Green Blue C M Y K H S L
Decimal 1 104 134 0.99 0.22 0 0.47 193.53 0.99 0.26
Hex 1 68 86 63 16 0 2F C2 63 1A
Octal 1 150 206 143 26 0 57 302 143 32
Binary 1 1101000 10000110 1100011 10110 0 101111 11000010 1100011 11010

Color Harmonies of #016886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016886

Black with #016886

Text Example


Text Example

White with #016886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016886; }

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

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

background-color css

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

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

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

border-color css

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

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

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