Shades of Blue Lagoon #006073
Tints of Blue Lagoon #006073
RGB
CMYK
RGB Variations
Color information
#006073 (or 0x006073) is known color: Blue Lagoon. HEX triplet: 00, 60 and 73. RGB value is (0,96,115). Sum of RGB (Red+Green+Blue) = 0+96+115=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #006073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006073 is #FF9F8C. Grayscale: #454545. Windows color (decimal): -16752525 or 7561216. OLE color: 7561216.
HSL color Cylindrical-coordinate representation of color #006073: hue angle of 189.91º 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 #006073 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 96 | 115 | - |
| CMYK | 1 | 0.17 | 0 | 0.55 |
| HSL | 189.91º | 1% | 0.23% | - |
| HSV(B) | 189.91º | 1% | 0.45% | - |
| XYZ | 7.28 | 9.6 | 17.69 | - |
| YUV | 69.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 115 | 1 | 0.17 | 0 | 0.55 | 189.91 | 1 | 0.23 |
| Hex | 0 | 60 | 73 | 64 | 11 | 0 | 37 | BE | 64 | 17 |
| Octal | 0 | 140 | 163 | 144 | 21 | 0 | 67 | 276 | 144 | 27 |
| Binary | 0 | 1100000 | 1110011 | 1100100 | 10001 | 0 | 110111 | 10111110 | 1100100 | 10111 |
Color Harmonies of #006073
Complementary color
Monochromatic Colors of #006073
Black with #006073
Text Example
Text Example
White with #006073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006073; }
p { color: rgb(0,96,115); }
H1.HeaderClassName
{
color: #006073;
}
.AnyTagClassName
{
color: #006073;
}
</style>
background-color css
<style>
a { background-color: #006073; }
a { background-color: rgb(0,96,115); }
div.DivClassName
{
background-color: #006073;
}
.BgClassName
{
background-color: #006073;
}
</style>
border-color css
<style>
span { border-color: #006073; }
span { border-color: rgb(0,96,115); }
td.TdClassName
{
border-color: #006073;
}
.TagClassName
{
border-color: #006073;
}
</style>