Shades of Tolopea #0C0038
Tints of Tolopea #0C0038
RGB
CMYK
RGB Variations
Color information
#0C0038 (or 0x0C0038) is known color: Tolopea. HEX triplet: 0C, 00 and 38. RGB value is (12,0,56). Sum of RGB (Red+Green+Blue) = 12+0+56=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 56 (22.27% from 255 or 82.35% from 68); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C0038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0038 is #F3FFC7. Grayscale: #090909. Windows color (decimal): -15990728 or 3670028. OLE color: 3670028.
HSL color Cylindrical-coordinate representation of color #0C0038: hue angle of 252.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0038 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 0 | 56 | - |
| CMYK | 0.79 | 1 | 0 | 0.78 |
| HSL | 252.86º | 1% | 0.11% | - |
| HSV(B) | 252.86º | 1% | 0.22% | - |
| XYZ | 0.87 | 0.36 | 3.77 | - |
| YUV | 9.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 56 | 0.79 | 1 | 0 | 0.78 | 252.86 | 1 | 0.11 |
| Hex | C | 0 | 38 | 4F | 64 | 0 | 4E | FD | 64 | B |
| Octal | 14 | 0 | 70 | 117 | 144 | 0 | 116 | 375 | 144 | 13 |
| Binary | 1100 | 0 | 111000 | 1001111 | 1100100 | 0 | 1001110 | 11111101 | 1100100 | 1011 |
Color Harmonies of #0C0038
Complementary color
Monochromatic Colors of #0C0038
Black with #0C0038
Text Example
Text Example
White with #0C0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0038; }
p { color: rgb(12,0,56); }
H1.HeaderClassName
{
color: #0C0038;
}
.AnyTagClassName
{
color: #0C0038;
}
</style>
background-color css
<style>
a { background-color: #0C0038; }
a { background-color: rgb(12,0,56); }
div.DivClassName
{
background-color: #0C0038;
}
.BgClassName
{
background-color: #0C0038;
}
</style>
border-color css
<style>
span { border-color: #0C0038; }
span { border-color: rgb(12,0,56); }
td.TdClassName
{
border-color: #0C0038;
}
.TagClassName
{
border-color: #0C0038;
}
</style>