Html Css Color HEX #016A87 Blue Lagoon

📋 copy color: '#016A87'

red 1 ◦ green 106 ◦ blue 135

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

Shades of Blue Lagoon #016A87

Tints of Blue Lagoon #016A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.8%

 BLUE value IS 135 (53.13% from 255) = 55.79%

R = 0.41%
G = 43.8%
B = 55.79%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016A87 (or 0x016A87) is known color: Blue Lagoon. HEX triplet: 01, 6A and 87. RGB value is (1,106,135). Sum of RGB (Red+Green+Blue) = 1+106+135=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #016A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A87 is #FE9578. Grayscale: #4D4D4D. Windows color (decimal): -16684409 or 8874497. OLE color: 8874497.

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

Color convert

RGB 1 106 135 -
CMYK 0.99 0.21 0 0.47
HSL 192.99º 0.99% 0.27% -
HSV(B) 192.99º 0.99% 0.53% -
XYZ 9.54 12.06 24.75 -
YUV 77.91 160.21 73.14 -
System Red Green Blue C M Y K H S L
Decimal 1 106 135 0.99 0.21 0 0.47 192.99 0.99 0.27
Hex 1 6A 87 63 15 0 2F C1 63 1B
Octal 1 152 207 143 25 0 57 301 143 33
Binary 1 1101010 10000111 1100011 10101 0 101111 11000001 1100011 11011

Color Harmonies of #016A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A87

Black with #016A87

Text Example


Text Example

White with #016A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016A87; }

 p { color: rgb(1,106,135); }

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

background-color css

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

 a { background-color: rgb(1,106,135); }

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

border-color css

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

 span { border-color: rgb(1,106,135); }

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