Shades of Tolopea #12063C
Tints of Tolopea #12063C
RGB
CMYK
RGB Variations
Color information
#12063C (or 0x12063C) is known color: Tolopea. HEX triplet: 12, 06 and 3C. RGB value is (18,6,60). Sum of RGB (Red+Green+Blue) = 18+6+60=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 60 (23.83% from 255 or 71.43% from 84); Max value from RGB is 60 - color contains mainly: blue. Hex color #12063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12063C is #EDF9C3. Grayscale: #0F0F0F. Windows color (decimal): -15595972 or 3933714. OLE color: 3933714.
HSL color Cylindrical-coordinate representation of color #12063C: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12063C is Cyan = 0.7, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 6 | 60 | - |
| CMYK | 0.7 | 0.90 | 0 | 0.76 |
| HSL | 253.33º | 0.82% | 0.13% | - |
| HSV(B) | 253.33º | 0.9% | 0.24% | - |
| XYZ | 1.13 | 0.59 | 4.33 | - |
| YUV | 15.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 60 | 0.7 | 0.90 | 0 | 0.76 | 253.33 | 0.82 | 0.13 |
| Hex | 12 | 6 | 3C | 46 | 5A | 0 | 4C | FD | 52 | D |
| Octal | 22 | 6 | 74 | 106 | 132 | 0 | 114 | 375 | 122 | 15 |
| Binary | 10010 | 110 | 111100 | 1000110 | 1011010 | 0 | 1001100 | 11111101 | 1010010 | 1101 |
Color Harmonies of #12063C
Complementary color
Monochromatic Colors of #12063C
Black with #12063C
Text Example
Text Example
White with #12063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12063C; }
p { color: rgb(18,6,60); }
H1.HeaderClassName
{
color: #12063C;
}
.AnyTagClassName
{
color: #12063C;
}
</style>
background-color css
<style>
a { background-color: #12063C; }
a { background-color: rgb(18,6,60); }
div.DivClassName
{
background-color: #12063C;
}
.BgClassName
{
background-color: #12063C;
}
</style>
border-color css
<style>
span { border-color: #12063C; }
span { border-color: rgb(18,6,60); }
td.TdClassName
{
border-color: #12063C;
}
.TagClassName
{
border-color: #12063C;
}
</style>