Shades of Tolopea #1C122E
Tints of Tolopea #1C122E
RGB
CMYK
RGB Variations
Color information
#1C122E (or 0x1C122E) is known color: Tolopea. HEX triplet: 1C, 12 and 2E. RGB value is (28,18,46). Sum of RGB (Red+Green+Blue) = 28+18+46=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #1C122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C122E is #E3EDD1. Grayscale: #181818. Windows color (decimal): -14937554 or 3019292. OLE color: 3019292.
HSL color Cylindrical-coordinate representation of color #1C122E: hue angle of 261.43º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C122E is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 18 | 46 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.82 |
| HSL | 261.43º | 0.44% | 0.13% | - |
| HSV(B) | 261.43º | 0.61% | 0.18% | - |
| XYZ | 1.19 | 0.88 | 2.69 | - |
| YUV | 24.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 46 | 0.39 | 0.61 | 0 | 0.82 | 261.43 | 0.44 | 0.13 |
| Hex | 1C | 12 | 2E | 27 | 3D | 0 | 52 | 105 | 2C | D |
| Octal | 34 | 22 | 56 | 47 | 75 | 0 | 122 | 405 | 54 | 15 |
| Binary | 11100 | 10010 | 101110 | 100111 | 111101 | 0 | 1010010 | 100000101 | 101100 | 1101 |
Color Harmonies of #1C122E
Complementary color
Monochromatic Colors of #1C122E
Black with #1C122E
Text Example
Text Example
White with #1C122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C122E; }
p { color: rgb(28,18,46); }
H1.HeaderClassName
{
color: #1C122E;
}
.AnyTagClassName
{
color: #1C122E;
}
</style>
background-color css
<style>
a { background-color: #1C122E; }
a { background-color: rgb(28,18,46); }
div.DivClassName
{
background-color: #1C122E;
}
.BgClassName
{
background-color: #1C122E;
}
</style>
border-color css
<style>
span { border-color: #1C122E; }
span { border-color: rgb(28,18,46); }
td.TdClassName
{
border-color: #1C122E;
}
.TagClassName
{
border-color: #1C122E;
}
</style>