Html Css Color HEX #016577 Blue Lagoon

📋 copy color: '#016577'

red 1 ◦ green 101 ◦ blue 119

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

Shades of Blue Lagoon #016577

Tints of Blue Lagoon #016577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

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

R = 0.45%
G = 45.7%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#016577 (or 0x016577) is known color: Blue Lagoon. HEX triplet: 01, 65 and 77. RGB value is (1,101,119). Sum of RGB (Red+Green+Blue) = 1+101+119=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #016577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016577 is #FE9A88. Grayscale: #484848. Windows color (decimal): -16685705 or 7824641. OLE color: 7824641.

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

Color convert

RGB 1 101 119 -
CMYK 0.99 0.15 0 0.53
HSL 189.15º 0.98% 0.24% -
HSV(B) 189.15º 0.99% 0.47% -
XYZ 8 10.65 19.09 -
YUV 73.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 1 101 119 0.99 0.15 0 0.53 189.15 0.98 0.24
Hex 1 65 77 63 F 0 35 BD 62 18
Octal 1 145 167 143 17 0 65 275 142 30
Binary 1 1100101 1110111 1100011 1111 0 110101 10111101 1100010 11000

Color Harmonies of #016577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016577

Black with #016577

Text Example


Text Example

White with #016577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016577; }

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

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

background-color css

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

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

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

border-color css

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

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

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