Shades of Blue Charcoal #1A212B
Tints of Blue Charcoal #1A212B
RGB
CMYK
RGB Variations
Color information
#1A212B (or 0x1A212B) is known color: Blue Charcoal. HEX triplet: 1A, 21 and 2B. RGB value is (26,33,43). Sum of RGB (Red+Green+Blue) = 26+33+43=102 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.49% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A212B is #E5DED4. Grayscale: #202020. Windows color (decimal): -15064789 or 2826522. OLE color: 2826522.
HSL color Cylindrical-coordinate representation of color #1A212B: hue angle of 215.29º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1A212B is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 33 | 43 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.83 |
| HSL | 215.29º | 0.25% | 0.14% | - |
| HSV(B) | 215.29º | 0.4% | 0.17% | - |
| XYZ | 1.41 | 1.48 | 2.5 | - |
| YUV | 32.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 43 | 0.40 | 0.23 | 0 | 0.83 | 215.29 | 0.25 | 0.14 |
| Hex | 1A | 21 | 2B | 28 | 17 | 0 | 53 | D7 | 19 | E |
| Octal | 32 | 41 | 53 | 50 | 27 | 0 | 123 | 327 | 31 | 16 |
| Binary | 11010 | 100001 | 101011 | 101000 | 10111 | 0 | 1010011 | 11010111 | 11001 | 1110 |
Color Harmonies of #1A212B
Complementary color
Monochromatic Colors of #1A212B
Black with #1A212B
Text Example
Text Example
White with #1A212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A212B; }
p { color: rgb(26,33,43); }
H1.HeaderClassName
{
color: #1A212B;
}
.AnyTagClassName
{
color: #1A212B;
}
</style>
background-color css
<style>
a { background-color: #1A212B; }
a { background-color: rgb(26,33,43); }
div.DivClassName
{
background-color: #1A212B;
}
.BgClassName
{
background-color: #1A212B;
}
</style>
border-color css
<style>
span { border-color: #1A212B; }
span { border-color: rgb(26,33,43); }
td.TdClassName
{
border-color: #1A212B;
}
.TagClassName
{
border-color: #1A212B;
}
</style>