Shades of Tolopea #0C003A
Tints of Tolopea #0C003A
RGB
CMYK
RGB Variations
Color information
#0C003A (or 0x0C003A) is known color: Tolopea. HEX triplet: 0C, 00 and 3A. RGB value is (12,0,58). Sum of RGB (Red+Green+Blue) = 12+0+58=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 58 (23.05% from 255 or 82.86% from 70); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C003A is #F3FFC5. Grayscale: #090909. Windows color (decimal): -15990726 or 3801100. OLE color: 3801100.
HSL color Cylindrical-coordinate representation of color #0C003A: hue angle of 252.41º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C003A is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 0 | 58 | - |
| CMYK | 0.79 | 1 | 0 | 0.77 |
| HSL | 252.41º | 1% | 0.11% | - |
| HSV(B) | 252.41º | 1% | 0.23% | - |
| XYZ | 0.92 | 0.38 | 4.03 | - |
| YUV | 10.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 58 | 0.79 | 1 | 0 | 0.77 | 252.41 | 1 | 0.11 |
| Hex | C | 0 | 3A | 4F | 64 | 0 | 4D | FC | 64 | B |
| Octal | 14 | 0 | 72 | 117 | 144 | 0 | 115 | 374 | 144 | 13 |
| Binary | 1100 | 0 | 111010 | 1001111 | 1100100 | 0 | 1001101 | 11111100 | 1100100 | 1011 |
Color Harmonies of #0C003A
Complementary color
Monochromatic Colors of #0C003A
Black with #0C003A
Text Example
Text Example
White with #0C003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C003A; }
p { color: rgb(12,0,58); }
H1.HeaderClassName
{
color: #0C003A;
}
.AnyTagClassName
{
color: #0C003A;
}
</style>
background-color css
<style>
a { background-color: #0C003A; }
a { background-color: rgb(12,0,58); }
div.DivClassName
{
background-color: #0C003A;
}
.BgClassName
{
background-color: #0C003A;
}
</style>
border-color css
<style>
span { border-color: #0C003A; }
span { border-color: rgb(12,0,58); }
td.TdClassName
{
border-color: #0C003A;
}
.TagClassName
{
border-color: #0C003A;
}
</style>