Html Css Color HEX #016B87 Blue Lagoon

📋 copy color: '#016B87'

red 1 ◦ green 107 ◦ blue 135

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

Shades of Blue Lagoon #016B87

Tints of Blue Lagoon #016B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.03%

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

R = 0.41%
G = 44.03%
B = 55.56%

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

#016B87 (or 0x016B87) is known color: Blue Lagoon. HEX triplet: 01, 6B and 87. RGB value is (1,107,135). Sum of RGB (Red+Green+Blue) = 1+107+135=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #016B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B87 is #FE9478. Grayscale: #4E4E4E. Windows color (decimal): -16684153 or 8874753. OLE color: 8874753.

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

Color convert

RGB 1 107 135 -
CMYK 0.99 0.21 0 0.47
HSL 192.54º 0.99% 0.27% -
HSV(B) 192.54º 0.99% 0.53% -
XYZ 9.64 12.27 24.78 -
YUV 78.5 159.88 72.72 -
System Red Green Blue C M Y K H S L
Decimal 1 107 135 0.99 0.21 0 0.47 192.54 0.99 0.27
Hex 1 6B 87 63 15 0 2F C1 63 1B
Octal 1 153 207 143 25 0 57 301 143 33
Binary 1 1101011 10000111 1100011 10101 0 101111 11000001 1100011 11011

Color Harmonies of #016B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B87

Black with #016B87

Text Example


Text Example

White with #016B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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