Shades of Blue Lagoon #056A78
Tints of Blue Lagoon #056A78
RGB
CMYK
RGB Variations
Color information
#056A78 (or 0x056A78) is known color: Blue Lagoon. HEX triplet: 05, 6A and 78. RGB value is (5,106,120). Sum of RGB (Red+Green+Blue) = 5+106+120=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #056A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A78 is #FA9587. Grayscale: #4D4D4D. Windows color (decimal): -16422280 or 7891461. OLE color: 7891461.
HSL color Cylindrical-coordinate representation of color #056A78: hue angle of 187.3º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056A78 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 106 | 120 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.53 |
| HSL | 187.3º | 0.92% | 0.25% | - |
| HSV(B) | 187.3º | 0.96% | 0.47% | - |
| XYZ | 8.61 | 11.7 | 19.57 | - |
| YUV | 77.4 | 152.04 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 120 | 0.96 | 0.12 | 0 | 0.53 | 187.3 | 0.92 | 0.25 |
| Hex | 5 | 6A | 78 | 60 | C | 0 | 35 | BB | 5C | 19 |
| Octal | 5 | 152 | 170 | 140 | 14 | 0 | 65 | 273 | 134 | 31 |
| Binary | 101 | 1101010 | 1111000 | 1100000 | 1100 | 0 | 110101 | 10111011 | 1011100 | 11001 |
Color Harmonies of #056A78
Complementary color
Monochromatic Colors of #056A78
Black with #056A78
Text Example
Text Example
White with #056A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A78; }
p { color: rgb(5,106,120); }
H1.HeaderClassName
{
color: #056A78;
}
.AnyTagClassName
{
color: #056A78;
}
</style>
background-color css
<style>
a { background-color: #056A78; }
a { background-color: rgb(5,106,120); }
div.DivClassName
{
background-color: #056A78;
}
.BgClassName
{
background-color: #056A78;
}
</style>
border-color css
<style>
span { border-color: #056A78; }
span { border-color: rgb(5,106,120); }
td.TdClassName
{
border-color: #056A78;
}
.TagClassName
{
border-color: #056A78;
}
</style>