Shades of Blue Charcoal #1A222C
Tints of Blue Charcoal #1A222C
RGB
CMYK
RGB Variations
Color information
#1A222C (or 0x1A222C) is known color: Blue Charcoal. HEX triplet: 1A, 22 and 2C. RGB value is (26,34,44). Sum of RGB (Red+Green+Blue) = 26+34+44=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #1A222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A222C is #E5DDD3. Grayscale: #202020. Windows color (decimal): -15064532 or 2892314. OLE color: 2892314.
HSL color Cylindrical-coordinate representation of color #1A222C: hue angle of 213.33º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1A222C is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 34 | 44 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.83 |
| HSL | 213.33º | 0.26% | 0.14% | - |
| HSV(B) | 213.33º | 0.41% | 0.17% | - |
| XYZ | 1.45 | 1.55 | 2.6 | - |
| YUV | 32.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 44 | 0.41 | 0.23 | 0 | 0.83 | 213.33 | 0.26 | 0.14 |
| Hex | 1A | 22 | 2C | 29 | 17 | 0 | 53 | D5 | 1A | E |
| Octal | 32 | 42 | 54 | 51 | 27 | 0 | 123 | 325 | 32 | 16 |
| Binary | 11010 | 100010 | 101100 | 101001 | 10111 | 0 | 1010011 | 11010101 | 11010 | 1110 |
Color Harmonies of #1A222C
Complementary color
Monochromatic Colors of #1A222C
Black with #1A222C
Text Example
Text Example
White with #1A222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A222C; }
p { color: rgb(26,34,44); }
H1.HeaderClassName
{
color: #1A222C;
}
.AnyTagClassName
{
color: #1A222C;
}
</style>
background-color css
<style>
a { background-color: #1A222C; }
a { background-color: rgb(26,34,44); }
div.DivClassName
{
background-color: #1A222C;
}
.BgClassName
{
background-color: #1A222C;
}
</style>
border-color css
<style>
span { border-color: #1A222C; }
span { border-color: rgb(26,34,44); }
td.TdClassName
{
border-color: #1A222C;
}
.TagClassName
{
border-color: #1A222C;
}
</style>