Html Css Color HEX #016179 Blue Lagoon

📋 copy color: '#016179'

red 1 ◦ green 97 ◦ blue 121

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

Shades of Blue Lagoon #016179

Tints of Blue Lagoon #016179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.29%

 BLUE value IS 121 (47.66% from 255) = 55.25%

R = 0.46%
G = 44.29%
B = 55.25%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016179 (or 0x016179) is known color: Blue Lagoon. HEX triplet: 01, 61 and 79. RGB value is (1,97,121). Sum of RGB (Red+Green+Blue) = 1+97+121=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #016179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016179 is #FE9E86. Grayscale: #464646. Windows color (decimal): -16686727 or 7954689. OLE color: 7954689.

HSL color Cylindrical-coordinate representation of color #016179: hue angle of 192º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016179 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 97 121 -
CMYK 0.99 0.20 0 0.53
HSL 192º 0.98% 0.24% -
HSV(B) 192º 0.99% 0.47% -
XYZ 7.74 9.94 19.6 -
YUV 71.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 1 97 121 0.99 0.20 0 0.53 192 0.98 0.24
Hex 1 61 79 63 14 0 35 C0 62 18
Octal 1 141 171 143 24 0 65 300 142 30
Binary 1 1100001 1111001 1100011 10100 0 110101 11000000 1100010 11000

Color Harmonies of #016179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016179

Black with #016179

Text Example


Text Example

White with #016179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016179; }

 p { color: rgb(1,97,121); }

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

background-color css

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

 a { background-color: rgb(1,97,121); }

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

border-color css

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

 span { border-color: rgb(1,97,121); }

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