Shades of Blue Lagoon #006573
Tints of Blue Lagoon #006573
RGB
CMYK
RGB Variations
Color information
#006573 (or 0x006573) is known color: Blue Lagoon. HEX triplet: 00, 65 and 73. RGB value is (0,101,115). Sum of RGB (Red+Green+Blue) = 0+101+115=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #006573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006573 is #FF9A8C. Grayscale: #484848. Windows color (decimal): -16751245 or 7562496. OLE color: 7562496.
HSL color Cylindrical-coordinate representation of color #006573: hue angle of 187.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006573 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 101 | 115 | - |
| CMYK | 1 | 0.12 | 0 | 0.55 |
| HSL | 187.3º | 1% | 0.23% | - |
| HSV(B) | 187.3º | 1% | 0.45% | - |
| XYZ | 7.75 | 10.55 | 17.85 | - |
| YUV | 72.4 | 152.04 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 115 | 1 | 0.12 | 0 | 0.55 | 187.3 | 1 | 0.23 |
| Hex | 0 | 65 | 73 | 64 | C | 0 | 37 | BB | 64 | 17 |
| Octal | 0 | 145 | 163 | 144 | 14 | 0 | 67 | 273 | 144 | 27 |
| Binary | 0 | 1100101 | 1110011 | 1100100 | 1100 | 0 | 110111 | 10111011 | 1100100 | 10111 |
Color Harmonies of #006573
Complementary color
Monochromatic Colors of #006573
Black with #006573
Text Example
Text Example
White with #006573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006573; }
p { color: rgb(0,101,115); }
H1.HeaderClassName
{
color: #006573;
}
.AnyTagClassName
{
color: #006573;
}
</style>
background-color css
<style>
a { background-color: #006573; }
a { background-color: rgb(0,101,115); }
div.DivClassName
{
background-color: #006573;
}
.BgClassName
{
background-color: #006573;
}
</style>
border-color css
<style>
span { border-color: #006573; }
span { border-color: rgb(0,101,115); }
td.TdClassName
{
border-color: #006573;
}
.TagClassName
{
border-color: #006573;
}
</style>