Shades of Tolopea #0C0236
Tints of Tolopea #0C0236
RGB
CMYK
RGB Variations
Color information
#0C0236 (or 0x0C0236) is known color: Tolopea. HEX triplet: 0C, 02 and 36. RGB value is (12,2,54). Sum of RGB (Red+Green+Blue) = 12+2+54=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 54 (21.48% from 255 or 79.41% from 68); Max value from RGB is 54 - color contains mainly: blue. Hex color #0C0236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0236 is #F3FDC9. Grayscale: #0A0A0A. Windows color (decimal): -15990218 or 3539468. OLE color: 3539468.
HSL color Cylindrical-coordinate representation of color #0C0236: hue angle of 251.54º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0236 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 2 | 54 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.79 |
| HSL | 251.54º | 0.93% | 0.11% | - |
| HSV(B) | 251.54º | 0.96% | 0.21% | - |
| XYZ | 0.84 | 0.39 | 3.52 | - |
| YUV | 10.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 54 | 0.78 | 0.96 | 0 | 0.79 | 251.54 | 0.93 | 0.11 |
| Hex | C | 2 | 36 | 4E | 60 | 0 | 4F | FC | 5D | B |
| Octal | 14 | 2 | 66 | 116 | 140 | 0 | 117 | 374 | 135 | 13 |
| Binary | 1100 | 10 | 110110 | 1001110 | 1100000 | 0 | 1001111 | 11111100 | 1011101 | 1011 |
Color Harmonies of #0C0236
Complementary color
Monochromatic Colors of #0C0236
Black with #0C0236
Text Example
Text Example
White with #0C0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0236; }
p { color: rgb(12,2,54); }
H1.HeaderClassName
{
color: #0C0236;
}
.AnyTagClassName
{
color: #0C0236;
}
</style>
background-color css
<style>
a { background-color: #0C0236; }
a { background-color: rgb(12,2,54); }
div.DivClassName
{
background-color: #0C0236;
}
.BgClassName
{
background-color: #0C0236;
}
</style>
border-color css
<style>
span { border-color: #0C0236; }
span { border-color: rgb(12,2,54); }
td.TdClassName
{
border-color: #0C0236;
}
.TagClassName
{
border-color: #0C0236;
}
</style>