Html Css Color HEX #016A73 Blue Lagoon

📋 copy color: '#016A73'

red 1 ◦ green 106 ◦ blue 115

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

Shades of Blue Lagoon #016A73

Tints of Blue Lagoon #016A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 0.45%
G = 47.75%
B = 51.8%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016A73 (or 0x016A73) is known color: Blue Lagoon. HEX triplet: 01, 6A and 73. RGB value is (1,106,115). Sum of RGB (Red+Green+Blue) = 1+106+115=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #016A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A73 is #FE958C. Grayscale: #4B4B4B. Windows color (decimal): -16684429 or 7563777. OLE color: 7563777.

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

Color convert

RGB 1 106 115 -
CMYK 0.99 0.08 0 0.55
HSL 184.74º 0.98% 0.23% -
HSV(B) 184.74º 0.99% 0.45% -
XYZ 8.26 11.55 18.01 -
YUV 75.63 150.21 74.77 -
System Red Green Blue C M Y K H S L
Decimal 1 106 115 0.99 0.08 0 0.55 184.74 0.98 0.23
Hex 1 6A 73 63 8 0 37 B9 62 17
Octal 1 152 163 143 10 0 67 271 142 27
Binary 1 1101010 1110011 1100011 1000 0 110111 10111001 1100010 10111

Color Harmonies of #016A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A73

Black with #016A73

Text Example


Text Example

White with #016A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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