Shades of Blue Lagoon #005873
Tints of Blue Lagoon #005873
RGB
CMYK
RGB Variations
Color information
#005873 (or 0x005873) is known color: Blue Lagoon. HEX triplet: 00, 58 and 73. RGB value is (0,88,115). Sum of RGB (Red+Green+Blue) = 0+88+115=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #005873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005873 is #FFA78C. Grayscale: #404040. Windows color (decimal): -16754573 or 7559168. OLE color: 7559168.
HSL color Cylindrical-coordinate representation of color #005873: hue angle of 194.09º 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 #005873 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 88 | 115 | - |
| CMYK | 1 | 0.23 | 0 | 0.55 |
| HSL | 194.09º | 1% | 0.23% | - |
| HSV(B) | 194.09º | 1% | 0.45% | - |
| XYZ | 6.58 | 8.22 | 17.46 | - |
| YUV | 64.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 115 | 1 | 0.23 | 0 | 0.55 | 194.09 | 1 | 0.23 |
| Hex | 0 | 58 | 73 | 64 | 17 | 0 | 37 | C2 | 64 | 17 |
| Octal | 0 | 130 | 163 | 144 | 27 | 0 | 67 | 302 | 144 | 27 |
| Binary | 0 | 1011000 | 1110011 | 1100100 | 10111 | 0 | 110111 | 11000010 | 1100100 | 10111 |
Color Harmonies of #005873
Complementary color
Monochromatic Colors of #005873
Black with #005873
Text Example
Text Example
White with #005873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005873; }
p { color: rgb(0,88,115); }
H1.HeaderClassName
{
color: #005873;
}
.AnyTagClassName
{
color: #005873;
}
</style>
background-color css
<style>
a { background-color: #005873; }
a { background-color: rgb(0,88,115); }
div.DivClassName
{
background-color: #005873;
}
.BgClassName
{
background-color: #005873;
}
</style>
border-color css
<style>
span { border-color: #005873; }
span { border-color: rgb(0,88,115); }
td.TdClassName
{
border-color: #005873;
}
.TagClassName
{
border-color: #005873;
}
</style>