Shades of Tolopea #1C133E
Tints of Tolopea #1C133E
RGB
CMYK
RGB Variations
Color information
#1C133E (or 0x1C133E) is known color: Tolopea. HEX triplet: 1C, 13 and 3E. RGB value is (28,19,62). Sum of RGB (Red+Green+Blue) = 28+19+62=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #1C133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C133E is #E3ECC1. Grayscale: #1A1A1A. Windows color (decimal): -14937282 or 4068124. OLE color: 4068124.
HSL color Cylindrical-coordinate representation of color #1C133E: hue angle of 252.56º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C133E is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 19 | 62 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.76 |
| HSL | 252.56º | 0.53% | 0.16% | - |
| HSV(B) | 252.56º | 0.69% | 0.24% | - |
| XYZ | 1.58 | 1.06 | 4.68 | - |
| YUV | 26.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 62 | 0.55 | 0.69 | 0 | 0.76 | 252.56 | 0.53 | 0.16 |
| Hex | 1C | 13 | 3E | 37 | 45 | 0 | 4C | FD | 35 | 10 |
| Octal | 34 | 23 | 76 | 67 | 105 | 0 | 114 | 375 | 65 | 20 |
| Binary | 11100 | 10011 | 111110 | 110111 | 1000101 | 0 | 1001100 | 11111101 | 110101 | 10000 |
Color Harmonies of #1C133E
Complementary color
Monochromatic Colors of #1C133E
Black with #1C133E
Text Example
Text Example
White with #1C133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C133E; }
p { color: rgb(28,19,62); }
H1.HeaderClassName
{
color: #1C133E;
}
.AnyTagClassName
{
color: #1C133E;
}
</style>
background-color css
<style>
a { background-color: #1C133E; }
a { background-color: rgb(28,19,62); }
div.DivClassName
{
background-color: #1C133E;
}
.BgClassName
{
background-color: #1C133E;
}
</style>
border-color css
<style>
span { border-color: #1C133E; }
span { border-color: rgb(28,19,62); }
td.TdClassName
{
border-color: #1C133E;
}
.TagClassName
{
border-color: #1C133E;
}
</style>