Html Css Color HEX #016B85 Blue Lagoon

📋 copy color: '#016B85'

red 1 ◦ green 107 ◦ blue 133

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

Shades of Blue Lagoon #016B85

Tints of Blue Lagoon #016B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.19%

R = 0.41%
G = 44.4%
B = 55.19%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016B85 (or 0x016B85) is known color: Blue Lagoon. HEX triplet: 01, 6B and 85. RGB value is (1,107,133). Sum of RGB (Red+Green+Blue) = 1+107+133=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #016B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B85 is #FE947A. Grayscale: #4E4E4E. Windows color (decimal): -16684155 or 8743681. OLE color: 8743681.

HSL color Cylindrical-coordinate representation of color #016B85: hue angle of 191.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B85 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 107 133 -
CMYK 0.99 0.20 0 0.48
HSL 191.82º 0.99% 0.26% -
HSV(B) 191.82º 0.99% 0.52% -
XYZ 9.5 12.22 24.05 -
YUV 78.27 158.88 72.89 -
System Red Green Blue C M Y K H S L
Decimal 1 107 133 0.99 0.20 0 0.48 191.82 0.99 0.26
Hex 1 6B 85 63 14 0 30 C0 63 1A
Octal 1 153 205 143 24 0 60 300 143 32
Binary 1 1101011 10000101 1100011 10100 0 110000 11000000 1100011 11010

Color Harmonies of #016B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B85

Black with #016B85

Text Example


Text Example

White with #016B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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