Html Css Color HEX #016A72 Blue Lagoon

📋 copy color: '#016A72'

red 1 ◦ green 106 ◦ blue 114

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

Shades of Blue Lagoon #016A72

Tints of Blue Lagoon #016A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.96%

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

R = 0.45%
G = 47.96%
B = 51.58%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016A72 (or 0x016A72) is known color: Blue Lagoon. HEX triplet: 01, 6A and 72. RGB value is (1,106,114). Sum of RGB (Red+Green+Blue) = 1+106+114=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #016A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A72 is #FE958D. Grayscale: #4B4B4B. Windows color (decimal): -16684430 or 7498241. OLE color: 7498241.

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

Color convert

RGB 1 106 114 -
CMYK 0.99 0.07 0 0.55
HSL 184.25º 0.98% 0.23% -
HSV(B) 184.25º 0.99% 0.45% -
XYZ 8.2 11.53 17.71 -
YUV 75.52 149.71 74.85 -
System Red Green Blue C M Y K H S L
Decimal 1 106 114 0.99 0.07 0 0.55 184.25 0.98 0.23
Hex 1 6A 72 63 7 0 37 B8 62 17
Octal 1 152 162 143 7 0 67 270 142 27
Binary 1 1101010 1110010 1100011 111 0 110111 10111000 1100010 10111

Color Harmonies of #016A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A72

Black with #016A72

Text Example


Text Example

White with #016A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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