Shades of Deep Sea #0A8567
Tints of Deep Sea #0A8567
RGB
CMYK
RGB Variations
Color information
#0A8567 (or 0x0A8567) is known color: Deep Sea. HEX triplet: 0A, 85 and 67. RGB value is (10,133,103). Sum of RGB (Red+Green+Blue) = 10+133+103=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8567 is #F57A98. Grayscale: #5C5C5C. Windows color (decimal): -16087705 or 6784266. OLE color: 6784266.
HSL color Cylindrical-coordinate representation of color #0A8567: hue angle of 165.37º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8567 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 103 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.48 |
| HSL | 165.37º | 0.86% | 0.28% | - |
| HSV(B) | 165.37º | 0.92% | 0.52% | - |
| XYZ | 10.96 | 17.82 | 15.69 | - |
| YUV | 92.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 103 | 0.92 | 0 | 0.23 | 0.48 | 165.37 | 0.86 | 0.28 |
| Hex | A | 85 | 67 | 5C | 0 | 17 | 30 | A5 | 56 | 1C |
| Octal | 12 | 205 | 147 | 134 | 0 | 27 | 60 | 245 | 126 | 34 |
| Binary | 1010 | 10000101 | 1100111 | 1011100 | 0 | 10111 | 110000 | 10100101 | 1010110 | 11100 |
Color Harmonies of #0A8567
Complementary color
Monochromatic Colors of #0A8567
Black with #0A8567
Text Example
Text Example
White with #0A8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8567; }
p { color: rgb(10,133,103); }
H1.HeaderClassName
{
color: #0A8567;
}
.AnyTagClassName
{
color: #0A8567;
}
</style>
background-color css
<style>
a { background-color: #0A8567; }
a { background-color: rgb(10,133,103); }
div.DivClassName
{
background-color: #0A8567;
}
.BgClassName
{
background-color: #0A8567;
}
</style>
border-color css
<style>
span { border-color: #0A8567; }
span { border-color: rgb(10,133,103); }
td.TdClassName
{
border-color: #0A8567;
}
.TagClassName
{
border-color: #0A8567;
}
</style>