Shades of Blue Lagoon #005878
Tints of Blue Lagoon #005878
RGB
CMYK
RGB Variations
Color information
#005878 (or 0x005878) is known color: Blue Lagoon. HEX triplet: 00, 58 and 78. RGB value is (0,88,120). Sum of RGB (Red+Green+Blue) = 0+88+120=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #005878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005878 is #FFA787. Grayscale: #414141. Windows color (decimal): -16754568 or 7886848. OLE color: 7886848.
HSL color Cylindrical-coordinate representation of color #005878: hue angle of 196º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005878 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 88 | 120 | - |
| CMYK | 1 | 0.27 | 0 | 0.53 |
| HSL | 196º | 1% | 0.24% | - |
| HSV(B) | 196º | 1% | 0.47% | - |
| XYZ | 6.88 | 8.34 | 19.02 | - |
| YUV | 65.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 120 | 1 | 0.27 | 0 | 0.53 | 196 | 1 | 0.24 |
| Hex | 0 | 58 | 78 | 64 | 1B | 0 | 35 | C4 | 64 | 18 |
| Octal | 0 | 130 | 170 | 144 | 33 | 0 | 65 | 304 | 144 | 30 |
| Binary | 0 | 1011000 | 1111000 | 1100100 | 11011 | 0 | 110101 | 11000100 | 1100100 | 11000 |
Color Harmonies of #005878
Complementary color
Monochromatic Colors of #005878
Black with #005878
Text Example
Text Example
White with #005878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005878; }
p { color: rgb(0,88,120); }
H1.HeaderClassName
{
color: #005878;
}
.AnyTagClassName
{
color: #005878;
}
</style>
background-color css
<style>
a { background-color: #005878; }
a { background-color: rgb(0,88,120); }
div.DivClassName
{
background-color: #005878;
}
.BgClassName
{
background-color: #005878;
}
</style>
border-color css
<style>
span { border-color: #005878; }
span { border-color: rgb(0,88,120); }
td.TdClassName
{
border-color: #005878;
}
.TagClassName
{
border-color: #005878;
}
</style>