Html Css Color HEX #016B88 Blue Lagoon

📋 copy color: '#016B88'

red 1 ◦ green 107 ◦ blue 136

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

Shades of Blue Lagoon #016B88

Tints of Blue Lagoon #016B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 0.41%
G = 43.85%
B = 55.74%

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

#016B88 (or 0x016B88) is known color: Blue Lagoon. HEX triplet: 01, 6B and 88. RGB value is (1,107,136). Sum of RGB (Red+Green+Blue) = 1+107+136=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #016B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B88 is #FE9477. Grayscale: #4E4E4E. Windows color (decimal): -16684152 or 8940289. OLE color: 8940289.

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

Color convert

RGB 1 107 136 -
CMYK 0.99 0.21 0 0.47
HSL 192.89º 0.99% 0.27% -
HSV(B) 192.89º 0.99% 0.53% -
XYZ 9.71 12.3 25.15 -
YUV 78.61 160.38 72.64 -
System Red Green Blue C M Y K H S L
Decimal 1 107 136 0.99 0.21 0 0.47 192.89 0.99 0.27
Hex 1 6B 88 63 15 0 2F C1 63 1B
Octal 1 153 210 143 25 0 57 301 143 33
Binary 1 1101011 10001000 1100011 10101 0 101111 11000001 1100011 11011

Color Harmonies of #016B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B88

Black with #016B88

Text Example


Text Example

White with #016B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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