Shades of Tolopea #0C033A
Tints of Tolopea #0C033A
RGB
CMYK
RGB Variations
Color information
#0C033A (or 0x0C033A) is known color: Tolopea. HEX triplet: 0C, 03 and 3A. RGB value is (12,3,58). Sum of RGB (Red+Green+Blue) = 12+3+58=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 58 (23.05% from 255 or 79.45% from 73); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C033A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C033A is #F3FCC5. Grayscale: #0B0B0B. Windows color (decimal): -15989958 or 3801868. OLE color: 3801868.
HSL color Cylindrical-coordinate representation of color #0C033A: hue angle of 249.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C033A is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 3 | 58 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.77 |
| HSL | 249.82º | 0.9% | 0.12% | - |
| HSV(B) | 249.82º | 0.95% | 0.23% | - |
| XYZ | 0.95 | 0.45 | 4.04 | - |
| YUV | 11.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 58 | 0.79 | 0.95 | 0 | 0.77 | 249.82 | 0.9 | 0.12 |
| Hex | C | 3 | 3A | 4F | 5F | 0 | 4D | FA | 5A | C |
| Octal | 14 | 3 | 72 | 117 | 137 | 0 | 115 | 372 | 132 | 14 |
| Binary | 1100 | 11 | 111010 | 1001111 | 1011111 | 0 | 1001101 | 11111010 | 1011010 | 1100 |
Color Harmonies of #0C033A
Complementary color
Monochromatic Colors of #0C033A
Black with #0C033A
Text Example
Text Example
White with #0C033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C033A; }
p { color: rgb(12,3,58); }
H1.HeaderClassName
{
color: #0C033A;
}
.AnyTagClassName
{
color: #0C033A;
}
</style>
background-color css
<style>
a { background-color: #0C033A; }
a { background-color: rgb(12,3,58); }
div.DivClassName
{
background-color: #0C033A;
}
.BgClassName
{
background-color: #0C033A;
}
</style>
border-color css
<style>
span { border-color: #0C033A; }
span { border-color: rgb(12,3,58); }
td.TdClassName
{
border-color: #0C033A;
}
.TagClassName
{
border-color: #0C033A;
}
</style>