Shades of Tolopea #1C143E
Tints of Tolopea #1C143E
RGB
CMYK
RGB Variations
Color information
#1C143E (or 0x1C143E) is known color: Tolopea. HEX triplet: 1C, 14 and 3E. RGB value is (28,20,62). Sum of RGB (Red+Green+Blue) = 28+20+62=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #1C143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C143E is #E3EBC1. Grayscale: #1B1B1B. Windows color (decimal): -14937026 or 4068380. OLE color: 4068380.
HSL color Cylindrical-coordinate representation of color #1C143E: hue angle of 251.43º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C143E is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 20 | 62 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.76 |
| HSL | 251.43º | 0.51% | 0.16% | - |
| HSV(B) | 251.43º | 0.68% | 0.24% | - |
| XYZ | 1.6 | 1.09 | 4.68 | - |
| YUV | 27.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 62 | 0.55 | 0.68 | 0 | 0.76 | 251.43 | 0.51 | 0.16 |
| Hex | 1C | 14 | 3E | 37 | 44 | 0 | 4C | FB | 33 | 10 |
| Octal | 34 | 24 | 76 | 67 | 104 | 0 | 114 | 373 | 63 | 20 |
| Binary | 11100 | 10100 | 111110 | 110111 | 1000100 | 0 | 1001100 | 11111011 | 110011 | 10000 |
Color Harmonies of #1C143E
Complementary color
Monochromatic Colors of #1C143E
Black with #1C143E
Text Example
Text Example
White with #1C143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C143E; }
p { color: rgb(28,20,62); }
H1.HeaderClassName
{
color: #1C143E;
}
.AnyTagClassName
{
color: #1C143E;
}
</style>
background-color css
<style>
a { background-color: #1C143E; }
a { background-color: rgb(28,20,62); }
div.DivClassName
{
background-color: #1C143E;
}
.BgClassName
{
background-color: #1C143E;
}
</style>
border-color css
<style>
span { border-color: #1C143E; }
span { border-color: rgb(28,20,62); }
td.TdClassName
{
border-color: #1C143E;
}
.TagClassName
{
border-color: #1C143E;
}
</style>