Shades of Tolopea #1A093B
Tints of Tolopea #1A093B
RGB
CMYK
RGB Variations
Color information
#1A093B (or 0x1A093B) is known color: Tolopea. HEX triplet: 1A, 09 and 3B. RGB value is (26,9,59). Sum of RGB (Red+Green+Blue) = 26+9+59=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 59 (23.44% from 255 or 62.77% from 94); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A093B is #E5F6C4. Grayscale: #131313. Windows color (decimal): -15070917 or 3868954. OLE color: 3868954.
HSL color Cylindrical-coordinate representation of color #1A093B: hue angle of 260.4º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A093B is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 9 | 59 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.77 |
| HSL | 260.4º | 0.74% | 0.13% | - |
| HSV(B) | 260.4º | 0.85% | 0.23% | - |
| XYZ | 1.31 | 0.73 | 4.21 | - |
| YUV | 19.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 59 | 0.56 | 0.85 | 0 | 0.77 | 260.4 | 0.74 | 0.13 |
| Hex | 1A | 9 | 3B | 38 | 55 | 0 | 4D | 104 | 4A | D |
| Octal | 32 | 11 | 73 | 70 | 125 | 0 | 115 | 404 | 112 | 15 |
| Binary | 11010 | 1001 | 111011 | 111000 | 1010101 | 0 | 1001101 | 100000100 | 1001010 | 1101 |
Color Harmonies of #1A093B
Complementary color
Monochromatic Colors of #1A093B
Black with #1A093B
Text Example
Text Example
White with #1A093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A093B; }
p { color: rgb(26,9,59); }
H1.HeaderClassName
{
color: #1A093B;
}
.AnyTagClassName
{
color: #1A093B;
}
</style>
background-color css
<style>
a { background-color: #1A093B; }
a { background-color: rgb(26,9,59); }
div.DivClassName
{
background-color: #1A093B;
}
.BgClassName
{
background-color: #1A093B;
}
</style>
border-color css
<style>
span { border-color: #1A093B; }
span { border-color: rgb(26,9,59); }
td.TdClassName
{
border-color: #1A093B;
}
.TagClassName
{
border-color: #1A093B;
}
</style>