Shades of Eastern Blue #0C8193
Tints of Eastern Blue #0C8193
RGB
CMYK
RGB Variations
Color information
#0C8193 (or 0x0C8193) is known color: Eastern Blue. HEX triplet: 0C, 81 and 93. RGB value is (12,129,147). Sum of RGB (Red+Green+Blue) = 12+129+147=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C8193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8193 is #F37E6C. Grayscale: #5F5F5F. Windows color (decimal): -15957613 or 9666828. OLE color: 9666828.
HSL color Cylindrical-coordinate representation of color #0C8193: hue angle of 188º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8193 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 129 | 147 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.42 |
| HSL | 188º | 0.85% | 0.31% | - |
| HSV(B) | 188º | 0.92% | 0.58% | - |
| XYZ | 13.27 | 17.89 | 30.36 | - |
| YUV | 96.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 147 | 0.92 | 0.12 | 0 | 0.42 | 188 | 0.85 | 0.31 |
| Hex | C | 81 | 93 | 5C | C | 0 | 2A | BC | 55 | 1F |
| Octal | 14 | 201 | 223 | 134 | 14 | 0 | 52 | 274 | 125 | 37 |
| Binary | 1100 | 10000001 | 10010011 | 1011100 | 1100 | 0 | 101010 | 10111100 | 1010101 | 11111 |
Color Harmonies of #0C8193
Complementary color
Monochromatic Colors of #0C8193
Black with #0C8193
Text Example
Text Example
White with #0C8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8193; }
p { color: rgb(12,129,147); }
H1.HeaderClassName
{
color: #0C8193;
}
.AnyTagClassName
{
color: #0C8193;
}
</style>
background-color css
<style>
a { background-color: #0C8193; }
a { background-color: rgb(12,129,147); }
div.DivClassName
{
background-color: #0C8193;
}
.BgClassName
{
background-color: #0C8193;
}
</style>
border-color css
<style>
span { border-color: #0C8193; }
span { border-color: rgb(12,129,147); }
td.TdClassName
{
border-color: #0C8193;
}
.TagClassName
{
border-color: #0C8193;
}
</style>