Shades of Blue Lagoon #005A78
Tints of Blue Lagoon #005A78
RGB
CMYK
RGB Variations
Color information
#005A78 (or 0x005A78) is known color: Blue Lagoon. HEX triplet: 00, 5A and 78. RGB value is (0,90,120). Sum of RGB (Red+Green+Blue) = 0+90+120=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #005A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A78 is #FFA587. Grayscale: #424242. Windows color (decimal): -16754056 or 7887360. OLE color: 7887360.
HSL color Cylindrical-coordinate representation of color #005A78: hue angle of 195º 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 #005A78 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 90 | 120 | - |
| CMYK | 1 | 0.25 | 0 | 0.53 |
| HSL | 195º | 1% | 0.24% | - |
| HSV(B) | 195º | 1% | 0.47% | - |
| XYZ | 7.05 | 8.67 | 19.07 | - |
| YUV | 66.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 120 | 1 | 0.25 | 0 | 0.53 | 195 | 1 | 0.24 |
| Hex | 0 | 5A | 78 | 64 | 19 | 0 | 35 | C3 | 64 | 18 |
| Octal | 0 | 132 | 170 | 144 | 31 | 0 | 65 | 303 | 144 | 30 |
| Binary | 0 | 1011010 | 1111000 | 1100100 | 11001 | 0 | 110101 | 11000011 | 1100100 | 11000 |
Color Harmonies of #005A78
Complementary color
Monochromatic Colors of #005A78
Black with #005A78
Text Example
Text Example
White with #005A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A78; }
p { color: rgb(0,90,120); }
H1.HeaderClassName
{
color: #005A78;
}
.AnyTagClassName
{
color: #005A78;
}
</style>
background-color css
<style>
a { background-color: #005A78; }
a { background-color: rgb(0,90,120); }
div.DivClassName
{
background-color: #005A78;
}
.BgClassName
{
background-color: #005A78;
}
</style>
border-color css
<style>
span { border-color: #005A78; }
span { border-color: rgb(0,90,120); }
td.TdClassName
{
border-color: #005A78;
}
.TagClassName
{
border-color: #005A78;
}
</style>