Html Css Color HEX #016E72 Blue Lagoon

📋 copy color: '#016E72'

red 1 ◦ green 110 ◦ blue 114

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

Shades of Blue Lagoon #016E72

Tints of Blue Lagoon #016E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 0.44%
G = 48.89%
B = 50.67%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016E72 (or 0x016E72) is known color: Blue Lagoon. HEX triplet: 01, 6E and 72. RGB value is (1,110,114). Sum of RGB (Red+Green+Blue) = 1+110+114=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #016E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E72 is #FE918D. Grayscale: #4D4D4D. Windows color (decimal): -16683406 or 7499265. OLE color: 7499265.

HSL color Cylindrical-coordinate representation of color #016E72: hue angle of 182.12º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E72 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 110 114 -
CMYK 0.99 0.04 0 0.55
HSL 182.12º 0.98% 0.23% -
HSV(B) 182.12º 0.99% 0.45% -
XYZ 8.63 12.37 17.85 -
YUV 77.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 1 110 114 0.99 0.04 0 0.55 182.12 0.98 0.23
Hex 1 6E 72 63 4 0 37 B6 62 17
Octal 1 156 162 143 4 0 67 266 142 27
Binary 1 1101110 1110010 1100011 100 0 110111 10110110 1100010 10111

Color Harmonies of #016E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E72

Black with #016E72

Text Example


Text Example

White with #016E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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