Shades of Blue Lagoon #0A6878
Tints of Blue Lagoon #0A6878
RGB
CMYK
RGB Variations
Color information
#0A6878 (or 0x0A6878) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 78. RGB value is (10,104,120). Sum of RGB (Red+Green+Blue) = 10+104+120=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A6878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6878 is #F59787. Grayscale: #4D4D4D. Windows color (decimal): -16095112 or 7890954. OLE color: 7890954.
HSL color Cylindrical-coordinate representation of color #0A6878: hue angle of 188.73º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6878 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 104 | 120 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.53 |
| HSL | 188.73º | 0.85% | 0.25% | - |
| HSV(B) | 188.73º | 0.92% | 0.47% | - |
| XYZ | 8.47 | 11.32 | 19.51 | - |
| YUV | 77.72 | 151.86 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 120 | 0.92 | 0.13 | 0 | 0.53 | 188.73 | 0.85 | 0.25 |
| Hex | A | 68 | 78 | 5C | D | 0 | 35 | BD | 55 | 19 |
| Octal | 12 | 150 | 170 | 134 | 15 | 0 | 65 | 275 | 125 | 31 |
| Binary | 1010 | 1101000 | 1111000 | 1011100 | 1101 | 0 | 110101 | 10111101 | 1010101 | 11001 |
Color Harmonies of #0A6878
Complementary color
Monochromatic Colors of #0A6878
Black with #0A6878
Text Example
Text Example
White with #0A6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6878; }
p { color: rgb(10,104,120); }
H1.HeaderClassName
{
color: #0A6878;
}
.AnyTagClassName
{
color: #0A6878;
}
</style>
background-color css
<style>
a { background-color: #0A6878; }
a { background-color: rgb(10,104,120); }
div.DivClassName
{
background-color: #0A6878;
}
.BgClassName
{
background-color: #0A6878;
}
</style>
border-color css
<style>
span { border-color: #0A6878; }
span { border-color: rgb(10,104,120); }
td.TdClassName
{
border-color: #0A6878;
}
.TagClassName
{
border-color: #0A6878;
}
</style>