Shades of Tolopea #12093B
Tints of Tolopea #12093B
RGB
CMYK
RGB Variations
Color information
#12093B (or 0x12093B) is known color: Tolopea. HEX triplet: 12, 09 and 3B. RGB value is (18,9,59). Sum of RGB (Red+Green+Blue) = 18+9+59=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #12093B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12093B is #EDF6C4. Grayscale: #111111. Windows color (decimal): -15595205 or 3868946. OLE color: 3868946.
HSL color Cylindrical-coordinate representation of color #12093B: hue angle of 250.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12093B is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 9 | 59 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.77 |
| HSL | 250.8º | 0.74% | 0.13% | - |
| HSV(B) | 250.8º | 0.85% | 0.23% | - |
| XYZ | 1.14 | 0.64 | 4.2 | - |
| YUV | 17.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 59 | 0.69 | 0.85 | 0 | 0.77 | 250.8 | 0.74 | 0.13 |
| Hex | 12 | 9 | 3B | 45 | 55 | 0 | 4D | FB | 4A | D |
| Octal | 22 | 11 | 73 | 105 | 125 | 0 | 115 | 373 | 112 | 15 |
| Binary | 10010 | 1001 | 111011 | 1000101 | 1010101 | 0 | 1001101 | 11111011 | 1001010 | 1101 |
Color Harmonies of #12093B
Complementary color
Monochromatic Colors of #12093B
Black with #12093B
Text Example
Text Example
White with #12093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12093B; }
p { color: rgb(18,9,59); }
H1.HeaderClassName
{
color: #12093B;
}
.AnyTagClassName
{
color: #12093B;
}
</style>
background-color css
<style>
a { background-color: #12093B; }
a { background-color: rgb(18,9,59); }
div.DivClassName
{
background-color: #12093B;
}
.BgClassName
{
background-color: #12093B;
}
</style>
border-color css
<style>
span { border-color: #12093B; }
span { border-color: rgb(18,9,59); }
td.TdClassName
{
border-color: #12093B;
}
.TagClassName
{
border-color: #12093B;
}
</style>