Shades of Tolopea #0C022F
Tints of Tolopea #0C022F
RGB
CMYK
RGB Variations
Color information
#0C022F (or 0x0C022F) is known color: Tolopea. HEX triplet: 0C, 02 and 2F. RGB value is (12,2,47). Sum of RGB (Red+Green+Blue) = 12+2+47=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C022F is #F3FDD0. Grayscale: #090909. Windows color (decimal): -15990225 or 3080716. OLE color: 3080716.
HSL color Cylindrical-coordinate representation of color #0C022F: hue angle of 253.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C022F is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 2 | 47 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.82 |
| HSL | 253.33º | 0.92% | 0.1% | - |
| HSV(B) | 253.33º | 0.96% | 0.18% | - |
| XYZ | 0.69 | 0.33 | 2.72 | - |
| YUV | 10.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 47 | 0.74 | 0.96 | 0 | 0.82 | 253.33 | 0.92 | 0.1 |
| Hex | C | 2 | 2F | 4A | 60 | 0 | 52 | FD | 5C | A |
| Octal | 14 | 2 | 57 | 112 | 140 | 0 | 122 | 375 | 134 | 12 |
| Binary | 1100 | 10 | 101111 | 1001010 | 1100000 | 0 | 1010010 | 11111101 | 1011100 | 1010 |
Color Harmonies of #0C022F
Complementary color
Monochromatic Colors of #0C022F
Black with #0C022F
Text Example
Text Example
White with #0C022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C022F; }
p { color: rgb(12,2,47); }
H1.HeaderClassName
{
color: #0C022F;
}
.AnyTagClassName
{
color: #0C022F;
}
</style>
background-color css
<style>
a { background-color: #0C022F; }
a { background-color: rgb(12,2,47); }
div.DivClassName
{
background-color: #0C022F;
}
.BgClassName
{
background-color: #0C022F;
}
</style>
border-color css
<style>
span { border-color: #0C022F; }
span { border-color: rgb(12,2,47); }
td.TdClassName
{
border-color: #0C022F;
}
.TagClassName
{
border-color: #0C022F;
}
</style>