Html Css Color HEX #016586 Blue Lagoon

📋 copy color: '#016586'

red 1 ◦ green 101 ◦ blue 134

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

Shades of Blue Lagoon #016586

Tints of Blue Lagoon #016586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.8%

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

R = 0.42%
G = 42.8%
B = 56.78%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016586 (or 0x016586) is known color: Blue Lagoon. HEX triplet: 01, 65 and 86. RGB value is (1,101,134). Sum of RGB (Red+Green+Blue) = 1+101+134=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #016586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016586 is #FE9A79. Grayscale: #4A4A4A. Windows color (decimal): -16685690 or 8807681. OLE color: 8807681.

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

Color convert

RGB 1 101 134 -
CMYK 0.99 0.25 0 0.47
HSL 194.89º 0.99% 0.26% -
HSV(B) 194.89º 0.99% 0.53% -
XYZ 8.97 11.04 24.21 -
YUV 74.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 1 101 134 0.99 0.25 0 0.47 194.89 0.99 0.26
Hex 1 65 86 63 19 0 2F C3 63 1A
Octal 1 145 206 143 31 0 57 303 143 32
Binary 1 1100101 10000110 1100011 11001 0 101111 11000011 1100011 11010

Color Harmonies of #016586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016586

Black with #016586

Text Example


Text Example

White with #016586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016586; }

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

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

background-color css

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

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

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

border-color css

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

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

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