Html Css Color HEX #016086 Blue Lagoon

📋 copy color: '#016086'

red 1 ◦ green 96 ◦ blue 134

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

Shades of Blue Lagoon #016086

Tints of Blue Lagoon #016086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

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

R = 0.43%
G = 41.56%
B = 58.01%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016086 (or 0x016086) is known color: Blue Lagoon. HEX triplet: 01, 60 and 86. RGB value is (1,96,134). Sum of RGB (Red+Green+Blue) = 1+96+134=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #016086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016086 is #FE9F79. Grayscale: #474747. Windows color (decimal): -16686970 or 8806401. OLE color: 8806401.

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

Color convert

RGB 1 96 134 -
CMYK 0.99 0.28 0 0.47
HSL 197.14º 0.99% 0.26% -
HSV(B) 197.14º 0.99% 0.53% -
XYZ 8.5 10.09 24.05 -
YUV 71.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 1 96 134 0.99 0.28 0 0.47 197.14 0.99 0.26
Hex 1 60 86 63 1C 0 2F C5 63 1A
Octal 1 140 206 143 34 0 57 305 143 32
Binary 1 1100000 10000110 1100011 11100 0 101111 11000101 1100011 11010

Color Harmonies of #016086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016086

Black with #016086

Text Example


Text Example

White with #016086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016086; }

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

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

background-color css

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

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

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

border-color css

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

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

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