Shades of Tolopea #1B153A
Tints of Tolopea #1B153A
RGB
CMYK
RGB Variations
Color information
#1B153A (or 0x1B153A) is known color: Tolopea. HEX triplet: 1B, 15 and 3A. RGB value is (27,21,58). Sum of RGB (Red+Green+Blue) = 27+21+58=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B153A is #E4EAC5. Grayscale: #1A1A1A. Windows color (decimal): -15002310 or 3806491. OLE color: 3806491.
HSL color Cylindrical-coordinate representation of color #1B153A: hue angle of 249.73º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B153A is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 21 | 58 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.77 |
| HSL | 249.73º | 0.47% | 0.15% | - |
| HSV(B) | 249.73º | 0.64% | 0.23% | - |
| XYZ | 1.48 | 1.07 | 4.13 | - |
| YUV | 27.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 58 | 0.53 | 0.64 | 0 | 0.77 | 249.73 | 0.47 | 0.15 |
| Hex | 1B | 15 | 3A | 35 | 40 | 0 | 4D | FA | 2F | F |
| Octal | 33 | 25 | 72 | 65 | 100 | 0 | 115 | 372 | 57 | 17 |
| Binary | 11011 | 10101 | 111010 | 110101 | 1000000 | 0 | 1001101 | 11111010 | 101111 | 1111 |
Color Harmonies of #1B153A
Complementary color
Monochromatic Colors of #1B153A
Black with #1B153A
Text Example
Text Example
White with #1B153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B153A; }
p { color: rgb(27,21,58); }
H1.HeaderClassName
{
color: #1B153A;
}
.AnyTagClassName
{
color: #1B153A;
}
</style>
background-color css
<style>
a { background-color: #1B153A; }
a { background-color: rgb(27,21,58); }
div.DivClassName
{
background-color: #1B153A;
}
.BgClassName
{
background-color: #1B153A;
}
</style>
border-color css
<style>
span { border-color: #1B153A; }
span { border-color: rgb(27,21,58); }
td.TdClassName
{
border-color: #1B153A;
}
.TagClassName
{
border-color: #1B153A;
}
</style>