Shades of Blue Lagoon #0A6873
Tints of Blue Lagoon #0A6873
RGB
CMYK
RGB Variations
Color information
#0A6873 (or 0x0A6873) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 73. RGB value is (10,104,115). Sum of RGB (Red+Green+Blue) = 10+104+115=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A6873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6873 is #F5978C. Grayscale: #4D4D4D. Windows color (decimal): -16095117 or 7563274. OLE color: 7563274.
HSL color Cylindrical-coordinate representation of color #0A6873: hue angle of 186.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6873 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 104 | 115 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.55 |
| HSL | 186.29º | 0.84% | 0.25% | - |
| HSV(B) | 186.29º | 0.91% | 0.45% | - |
| XYZ | 8.17 | 11.2 | 17.95 | - |
| YUV | 77.15 | 149.36 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 115 | 0.91 | 0.10 | 0 | 0.55 | 186.29 | 0.84 | 0.25 |
| Hex | A | 68 | 73 | 5B | A | 0 | 37 | BA | 54 | 19 |
| Octal | 12 | 150 | 163 | 133 | 12 | 0 | 67 | 272 | 124 | 31 |
| Binary | 1010 | 1101000 | 1110011 | 1011011 | 1010 | 0 | 110111 | 10111010 | 1010100 | 11001 |
Color Harmonies of #0A6873
Complementary color
Monochromatic Colors of #0A6873
Black with #0A6873
Text Example
Text Example
White with #0A6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6873; }
p { color: rgb(10,104,115); }
H1.HeaderClassName
{
color: #0A6873;
}
.AnyTagClassName
{
color: #0A6873;
}
</style>
background-color css
<style>
a { background-color: #0A6873; }
a { background-color: rgb(10,104,115); }
div.DivClassName
{
background-color: #0A6873;
}
.BgClassName
{
background-color: #0A6873;
}
</style>
border-color css
<style>
span { border-color: #0A6873; }
span { border-color: rgb(10,104,115); }
td.TdClassName
{
border-color: #0A6873;
}
.TagClassName
{
border-color: #0A6873;
}
</style>