Html Css Color HEX #016E71 Blue Lagoon

📋 copy color: '#016E71'

red 1 ◦ green 110 ◦ blue 113

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

Shades of Blue Lagoon #016E71

Tints of Blue Lagoon #016E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.11%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 0.45%
G = 49.11%
B = 50.45%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016E71 (or 0x016E71) is known color: Blue Lagoon. HEX triplet: 01, 6E and 71. RGB value is (1,110,113). Sum of RGB (Red+Green+Blue) = 1+110+113=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #016E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E71 is #FE918E. Grayscale: #4D4D4D. Windows color (decimal): -16683407 or 7433729. OLE color: 7433729.

HSL color Cylindrical-coordinate representation of color #016E71: hue angle of 181.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E71 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 110 113 -
CMYK 0.99 0.03 0 0.56
HSL 181.61º 0.98% 0.22% -
HSV(B) 181.61º 0.99% 0.44% -
XYZ 8.57 12.35 17.56 -
YUV 77.75 147.89 73.26 -
System Red Green Blue C M Y K H S L
Decimal 1 110 113 0.99 0.03 0 0.56 181.61 0.98 0.22
Hex 1 6E 71 63 3 0 38 B6 62 16
Octal 1 156 161 143 3 0 70 266 142 26
Binary 1 1101110 1110001 1100011 11 0 111000 10110110 1100010 10110

Color Harmonies of #016E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E71

Black with #016E71

Text Example


Text Example

White with #016E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,110,113); }

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

background-color css

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

 a { background-color: rgb(1,110,113); }

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

border-color css

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

 span { border-color: rgb(1,110,113); }

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