Shades of Blue Lagoon #0A6875
Tints of Blue Lagoon #0A6875
RGB
CMYK
RGB Variations
Color information
#0A6875 (or 0x0A6875) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 75. RGB value is (10,104,117). Sum of RGB (Red+Green+Blue) = 10+104+117=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A6875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6875 is #F5978A. Grayscale: #4D4D4D. Windows color (decimal): -16095115 or 7694346. OLE color: 7694346.
HSL color Cylindrical-coordinate representation of color #0A6875: hue angle of 187.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6875 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 104 | 117 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.54 |
| HSL | 187.29º | 0.84% | 0.25% | - |
| HSV(B) | 187.29º | 0.91% | 0.46% | - |
| XYZ | 8.29 | 11.25 | 18.56 | - |
| YUV | 77.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 117 | 0.91 | 0.11 | 0 | 0.54 | 187.29 | 0.84 | 0.25 |
| Hex | A | 68 | 75 | 5B | B | 0 | 36 | BB | 54 | 19 |
| Octal | 12 | 150 | 165 | 133 | 13 | 0 | 66 | 273 | 124 | 31 |
| Binary | 1010 | 1101000 | 1110101 | 1011011 | 1011 | 0 | 110110 | 10111011 | 1010100 | 11001 |
Color Harmonies of #0A6875
Complementary color
Monochromatic Colors of #0A6875
Black with #0A6875
Text Example
Text Example
White with #0A6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6875; }
p { color: rgb(10,104,117); }
H1.HeaderClassName
{
color: #0A6875;
}
.AnyTagClassName
{
color: #0A6875;
}
</style>
background-color css
<style>
a { background-color: #0A6875; }
a { background-color: rgb(10,104,117); }
div.DivClassName
{
background-color: #0A6875;
}
.BgClassName
{
background-color: #0A6875;
}
</style>
border-color css
<style>
span { border-color: #0A6875; }
span { border-color: rgb(10,104,117); }
td.TdClassName
{
border-color: #0A6875;
}
.TagClassName
{
border-color: #0A6875;
}
</style>