Shades of Tolopea #0C002F
Tints of Tolopea #0C002F
RGB
CMYK
RGB Variations
Color information
#0C002F (or 0x0C002F) is known color: Tolopea. HEX triplet: 0C, 00 and 2F. RGB value is (12,0,47). Sum of RGB (Red+Green+Blue) = 12+0+47=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 47 (18.75% from 255 or 79.66% from 59); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C002F is #F3FFD0. Grayscale: #080808. Windows color (decimal): -15990737 or 3080204. OLE color: 3080204.
HSL color Cylindrical-coordinate representation of color #0C002F: hue angle of 255.32º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C002F is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 0 | 47 | - |
| CMYK | 0.74 | 1 | 0 | 0.82 |
| HSL | 255.32º | 1% | 0.09% | - |
| HSV(B) | 255.32º | 1% | 0.18% | - |
| XYZ | 0.66 | 0.28 | 2.71 | - |
| YUV | 8.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 47 | 0.74 | 1 | 0 | 0.82 | 255.32 | 1 | 0.09 |
| Hex | C | 0 | 2F | 4A | 64 | 0 | 52 | FF | 64 | 9 |
| Octal | 14 | 0 | 57 | 112 | 144 | 0 | 122 | 377 | 144 | 11 |
| Binary | 1100 | 0 | 101111 | 1001010 | 1100100 | 0 | 1010010 | 11111111 | 1100100 | 1001 |
Color Harmonies of #0C002F
Complementary color
Monochromatic Colors of #0C002F
Black with #0C002F
Text Example
Text Example
White with #0C002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C002F; }
p { color: rgb(12,0,47); }
H1.HeaderClassName
{
color: #0C002F;
}
.AnyTagClassName
{
color: #0C002F;
}
</style>
background-color css
<style>
a { background-color: #0C002F; }
a { background-color: rgb(12,0,47); }
div.DivClassName
{
background-color: #0C002F;
}
.BgClassName
{
background-color: #0C002F;
}
</style>
border-color css
<style>
span { border-color: #0C002F; }
span { border-color: rgb(12,0,47); }
td.TdClassName
{
border-color: #0C002F;
}
.TagClassName
{
border-color: #0C002F;
}
</style>