Shades of Tolopea #1C133D
Tints of Tolopea #1C133D
RGB
CMYK
RGB Variations
Color information
#1C133D (or 0x1C133D) is known color: Tolopea. HEX triplet: 1C, 13 and 3D. RGB value is (28,19,61). Sum of RGB (Red+Green+Blue) = 28+19+61=108 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.93% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C133D is #E3ECC2. Grayscale: #1A1A1A. Windows color (decimal): -14937283 or 4002588. OLE color: 4002588.
HSL color Cylindrical-coordinate representation of color #1C133D: hue angle of 252.86º degrees, saturation: 0.52, 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 #1C133D is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 19 | 61 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.76 |
| HSL | 252.86º | 0.53% | 0.16% | - |
| HSV(B) | 252.86º | 0.69% | 0.24% | - |
| XYZ | 1.55 | 1.05 | 4.54 | - |
| YUV | 26.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 61 | 0.54 | 0.69 | 0 | 0.76 | 252.86 | 0.53 | 0.16 |
| Hex | 1C | 13 | 3D | 36 | 45 | 0 | 4C | FD | 34 | 10 |
| Octal | 34 | 23 | 75 | 66 | 105 | 0 | 114 | 375 | 64 | 20 |
| Binary | 11100 | 10011 | 111101 | 110110 | 1000101 | 0 | 1001100 | 11111101 | 110100 | 10000 |
Color Harmonies of #1C133D
Complementary color
Monochromatic Colors of #1C133D
Black with #1C133D
Text Example
Text Example
White with #1C133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C133D; }
p { color: rgb(28,19,61); }
H1.HeaderClassName
{
color: #1C133D;
}
.AnyTagClassName
{
color: #1C133D;
}
</style>
background-color css
<style>
a { background-color: #1C133D; }
a { background-color: rgb(28,19,61); }
div.DivClassName
{
background-color: #1C133D;
}
.BgClassName
{
background-color: #1C133D;
}
</style>
border-color css
<style>
span { border-color: #1C133D; }
span { border-color: rgb(28,19,61); }
td.TdClassName
{
border-color: #1C133D;
}
.TagClassName
{
border-color: #1C133D;
}
</style>