Shades of Tolopea #1B123E
Tints of Tolopea #1B123E
RGB
CMYK
RGB Variations
Color information
#1B123E (or 0x1B123E) is known color: Tolopea. HEX triplet: 1B, 12 and 3E. RGB value is (27,18,62). Sum of RGB (Red+Green+Blue) = 27+18+62=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #1B123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B123E is #E4EDC1. Grayscale: #191919. Windows color (decimal): -15003074 or 4067867. OLE color: 4067867.
HSL color Cylindrical-coordinate representation of color #1B123E: hue angle of 252.27º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B123E is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 18 | 62 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.76 |
| HSL | 252.27º | 0.55% | 0.16% | - |
| HSV(B) | 252.27º | 0.71% | 0.24% | - |
| XYZ | 1.54 | 1.01 | 4.67 | - |
| YUV | 25.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 62 | 0.56 | 0.71 | 0 | 0.76 | 252.27 | 0.55 | 0.16 |
| Hex | 1B | 12 | 3E | 38 | 47 | 0 | 4C | FC | 37 | 10 |
| Octal | 33 | 22 | 76 | 70 | 107 | 0 | 114 | 374 | 67 | 20 |
| Binary | 11011 | 10010 | 111110 | 111000 | 1000111 | 0 | 1001100 | 11111100 | 110111 | 10000 |
Color Harmonies of #1B123E
Complementary color
Monochromatic Colors of #1B123E
Black with #1B123E
Text Example
Text Example
White with #1B123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B123E; }
p { color: rgb(27,18,62); }
H1.HeaderClassName
{
color: #1B123E;
}
.AnyTagClassName
{
color: #1B123E;
}
</style>
background-color css
<style>
a { background-color: #1B123E; }
a { background-color: rgb(27,18,62); }
div.DivClassName
{
background-color: #1B123E;
}
.BgClassName
{
background-color: #1B123E;
}
</style>
border-color css
<style>
span { border-color: #1B123E; }
span { border-color: rgb(27,18,62); }
td.TdClassName
{
border-color: #1B123E;
}
.TagClassName
{
border-color: #1B123E;
}
</style>