Html Css Color HEX #016177 Blue Lagoon

📋 copy color: '#016177'

red 1 ◦ green 97 ◦ blue 119

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

Shades of Blue Lagoon #016177

Tints of Blue Lagoon #016177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 0.46%
G = 44.7%
B = 54.84%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016177 (or 0x016177) is known color: Blue Lagoon. HEX triplet: 01, 61 and 77. RGB value is (1,97,119). Sum of RGB (Red+Green+Blue) = 1+97+119=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #016177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016177 is #FE9E88. Grayscale: #464646. Windows color (decimal): -16686729 or 7823617. OLE color: 7823617.

HSL color Cylindrical-coordinate representation of color #016177: hue angle of 191.19º 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 #016177 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 97 119 -
CMYK 0.99 0.18 0 0.53
HSL 191.19º 0.98% 0.24% -
HSV(B) 191.19º 0.99% 0.47% -
XYZ 7.62 9.89 18.96 -
YUV 70.8 155.2 78.21 -
System Red Green Blue C M Y K H S L
Decimal 1 97 119 0.99 0.18 0 0.53 191.19 0.98 0.24
Hex 1 61 77 63 12 0 35 BF 62 18
Octal 1 141 167 143 22 0 65 277 142 30
Binary 1 1100001 1110111 1100011 10010 0 110101 10111111 1100010 11000

Color Harmonies of #016177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016177

Black with #016177

Text Example


Text Example

White with #016177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016177; }

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

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

background-color css

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

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

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

border-color css

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

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

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