Shades of Tolopea #12093E
Tints of Tolopea #12093E
RGB
CMYK
RGB Variations
Color information
#12093E (or 0x12093E) is known color: Tolopea. HEX triplet: 12, 09 and 3E. RGB value is (18,9,62). Sum of RGB (Red+Green+Blue) = 18+9+62=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #12093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12093E is #EDF6C1. Grayscale: #111111. Windows color (decimal): -15595202 or 4065554. OLE color: 4065554.
HSL color Cylindrical-coordinate representation of color #12093E: hue angle of 250.19º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12093E is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 18 | 9 | 62 | - |
CMYK | 0.71 | 0.85 | 0 | 0.76 |
HSL | 250.19º | 0.75% | 0.14% | - |
HSV(B) | 250.19º | 0.85% | 0.24% | - |
XYZ | 1.22 | 0.67 | 4.62 | - |
YUV | 17.73 | 152.98 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 9 | 62 | 0.71 | 0.85 | 0 | 0.76 | 250.19 | 0.75 | 0.14 |
Hex | 12 | 9 | 3E | 47 | 55 | 0 | 4C | FA | 4B | E |
Octal | 22 | 11 | 76 | 107 | 125 | 0 | 114 | 372 | 113 | 16 |
Binary | 10010 | 1001 | 111110 | 1000111 | 1010101 | 0 | 1001100 | 11111010 | 1001011 | 1110 |
Color Harmonies of #12093E
Complementary color
Monochromatic Colors of #12093E
Black with #12093E
Text Example
Text Example
White with #12093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12093E; }
p { color: rgb(18,9,62); }
H1.HeaderClassName
{
color: #12093E;
}
.AnyTagClassName
{
color: #12093E;
}
</style>
background-color css
<style>
a { background-color: #12093E; }
a { background-color: rgb(18,9,62); }
div.DivClassName
{
background-color: #12093E;
}
.BgClassName
{
background-color: #12093E;
}
</style>
border-color css
<style>
span { border-color: #12093E; }
span { border-color: rgb(18,9,62); }
td.TdClassName
{
border-color: #12093E;
}
.TagClassName
{
border-color: #12093E;
}
</style>