Html Css Color HEX #016576 Blue Lagoon

📋 copy color: '#016576'

red 1 ◦ green 101 ◦ blue 118

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

Shades of Blue Lagoon #016576

Tints of Blue Lagoon #016576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 0.45%
G = 45.91%
B = 53.64%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016576 (or 0x016576) is known color: Blue Lagoon. HEX triplet: 01, 65 and 76. RGB value is (1,101,118). Sum of RGB (Red+Green+Blue) = 1+101+118=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #016576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016576 is #FE9A89. Grayscale: #484848. Windows color (decimal): -16685706 or 7759105. OLE color: 7759105.

HSL color Cylindrical-coordinate representation of color #016576: hue angle of 188.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016576 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 101 118 -
CMYK 0.99 0.14 0 0.54
HSL 188.72º 0.98% 0.23% -
HSV(B) 188.72º 0.99% 0.46% -
XYZ 7.94 10.62 18.77 -
YUV 73.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 1 101 118 0.99 0.14 0 0.54 188.72 0.98 0.23
Hex 1 65 76 63 E 0 36 BD 62 17
Octal 1 145 166 143 16 0 66 275 142 27
Binary 1 1100101 1110110 1100011 1110 0 110110 10111101 1100010 10111

Color Harmonies of #016576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016576

Black with #016576

Text Example


Text Example

White with #016576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016576; }

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

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

background-color css

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

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

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

border-color css

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

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

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