Shades of Blue Lagoon #005874
Tints of Blue Lagoon #005874
RGB
CMYK
RGB Variations
Color information
#005874 (or 0x005874) is known color: Blue Lagoon. HEX triplet: 00, 58 and 74. RGB value is (0,88,116). Sum of RGB (Red+Green+Blue) = 0+88+116=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #005874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005874 is #FFA78B. Grayscale: #404040. Windows color (decimal): -16754572 or 7624704. OLE color: 7624704.
HSL color Cylindrical-coordinate representation of color #005874: hue angle of 194.48º 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 #005874 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 88 | 116 | - |
| CMYK | 1 | 0.24 | 0 | 0.55 |
| HSL | 194.48º | 1% | 0.23% | - |
| HSV(B) | 194.48º | 1% | 0.45% | - |
| XYZ | 6.64 | 8.24 | 17.76 | - |
| YUV | 64.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 116 | 1 | 0.24 | 0 | 0.55 | 194.48 | 1 | 0.23 |
| Hex | 0 | 58 | 74 | 64 | 18 | 0 | 37 | C2 | 64 | 17 |
| Octal | 0 | 130 | 164 | 144 | 30 | 0 | 67 | 302 | 144 | 27 |
| Binary | 0 | 1011000 | 1110100 | 1100100 | 11000 | 0 | 110111 | 11000010 | 1100100 | 10111 |
Color Harmonies of #005874
Complementary color
Monochromatic Colors of #005874
Black with #005874
Text Example
Text Example
White with #005874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005874; }
p { color: rgb(0,88,116); }
H1.HeaderClassName
{
color: #005874;
}
.AnyTagClassName
{
color: #005874;
}
</style>
background-color css
<style>
a { background-color: #005874; }
a { background-color: rgb(0,88,116); }
div.DivClassName
{
background-color: #005874;
}
.BgClassName
{
background-color: #005874;
}
</style>
border-color css
<style>
span { border-color: #005874; }
span { border-color: rgb(0,88,116); }
td.TdClassName
{
border-color: #005874;
}
.TagClassName
{
border-color: #005874;
}
</style>