Shades of Tolopea #1A133B
Tints of Tolopea #1A133B
RGB
CMYK
RGB Variations
Color information
#1A133B (or 0x1A133B) is known color: Tolopea. HEX triplet: 1A, 13 and 3B. RGB value is (26,19,59). Sum of RGB (Red+Green+Blue) = 26+19+59=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A133B is #E5ECC4. Grayscale: #191919. Windows color (decimal): -15068357 or 3871514. OLE color: 3871514.
HSL color Cylindrical-coordinate representation of color #1A133B: hue angle of 250.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A133B is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 19 | 59 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.77 |
| HSL | 250.5º | 0.51% | 0.15% | - |
| HSV(B) | 250.5º | 0.68% | 0.23% | - |
| XYZ | 1.45 | 1 | 4.25 | - |
| YUV | 25.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 59 | 0.56 | 0.68 | 0 | 0.77 | 250.5 | 0.51 | 0.15 |
| Hex | 1A | 13 | 3B | 38 | 44 | 0 | 4D | FB | 33 | F |
| Octal | 32 | 23 | 73 | 70 | 104 | 0 | 115 | 373 | 63 | 17 |
| Binary | 11010 | 10011 | 111011 | 111000 | 1000100 | 0 | 1001101 | 11111011 | 110011 | 1111 |
Color Harmonies of #1A133B
Complementary color
Monochromatic Colors of #1A133B
Black with #1A133B
Text Example
Text Example
White with #1A133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A133B; }
p { color: rgb(26,19,59); }
H1.HeaderClassName
{
color: #1A133B;
}
.AnyTagClassName
{
color: #1A133B;
}
</style>
background-color css
<style>
a { background-color: #1A133B; }
a { background-color: rgb(26,19,59); }
div.DivClassName
{
background-color: #1A133B;
}
.BgClassName
{
background-color: #1A133B;
}
</style>
border-color css
<style>
span { border-color: #1A133B; }
span { border-color: rgb(26,19,59); }
td.TdClassName
{
border-color: #1A133B;
}
.TagClassName
{
border-color: #1A133B;
}
</style>