Shades of Blue Charcoal #1A232F
Tints of Blue Charcoal #1A232F
RGB
CMYK
RGB Variations
Color information
#1A232F (or 0x1A232F) is known color: Blue Charcoal. HEX triplet: 1A, 23 and 2F. RGB value is (26,35,47). Sum of RGB (Red+Green+Blue) = 26+35+47=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A232F is #E5DCD0. Grayscale: #212121. Windows color (decimal): -15064273 or 3089178. OLE color: 3089178.
HSL color Cylindrical-coordinate representation of color #1A232F: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1A232F is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 35 | 47 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.82 |
| HSL | 214.29º | 0.29% | 0.14% | - |
| HSV(B) | 214.29º | 0.45% | 0.18% | - |
| XYZ | 1.54 | 1.63 | 2.92 | - |
| YUV | 33.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 47 | 0.45 | 0.26 | 0 | 0.82 | 214.29 | 0.29 | 0.14 |
| Hex | 1A | 23 | 2F | 2D | 1A | 0 | 52 | D6 | 1D | E |
| Octal | 32 | 43 | 57 | 55 | 32 | 0 | 122 | 326 | 35 | 16 |
| Binary | 11010 | 100011 | 101111 | 101101 | 11010 | 0 | 1010010 | 11010110 | 11101 | 1110 |
Color Harmonies of #1A232F
Complementary color
Monochromatic Colors of #1A232F
Black with #1A232F
Text Example
Text Example
White with #1A232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A232F; }
p { color: rgb(26,35,47); }
H1.HeaderClassName
{
color: #1A232F;
}
.AnyTagClassName
{
color: #1A232F;
}
</style>
background-color css
<style>
a { background-color: #1A232F; }
a { background-color: rgb(26,35,47); }
div.DivClassName
{
background-color: #1A232F;
}
.BgClassName
{
background-color: #1A232F;
}
</style>
border-color css
<style>
span { border-color: #1A232F; }
span { border-color: rgb(26,35,47); }
td.TdClassName
{
border-color: #1A232F;
}
.TagClassName
{
border-color: #1A232F;
}
</style>