Shades of Smalt #002A8E
Tints of Smalt #002A8E
RGB
CMYK
RGB Variations
Color information
#002A8E (or 0x002A8E) is known color: Smalt. HEX triplet: 00, 2A and 8E. RGB value is (0,42,142). Sum of RGB (Red+Green+Blue) = 0+42+142=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #002A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A8E is #FFD571. Grayscale: #282828. Windows color (decimal): -16766322 or 9316864. OLE color: 9316864.
HSL color Cylindrical-coordinate representation of color #002A8E: hue angle of 222.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A8E is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 42 | 142 | - |
| CMYK | 1 | 0.70 | 0 | 0.44 |
| HSL | 222.25º | 1% | 0.28% | - |
| HSV(B) | 222.25º | 1% | 0.56% | - |
| XYZ | 5.71 | 3.61 | 25.99 | - |
| YUV | 40.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 142 | 1 | 0.70 | 0 | 0.44 | 222.25 | 1 | 0.28 |
| Hex | 0 | 2A | 8E | 64 | 46 | 0 | 2C | DE | 64 | 1C |
| Octal | 0 | 52 | 216 | 144 | 106 | 0 | 54 | 336 | 144 | 34 |
| Binary | 0 | 101010 | 10001110 | 1100100 | 1000110 | 0 | 101100 | 11011110 | 1100100 | 11100 |
Color Harmonies of #002A8E
Complementary color
Monochromatic Colors of #002A8E
Black with #002A8E
Text Example
Text Example
White with #002A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A8E; }
p { color: rgb(0,42,142); }
H1.HeaderClassName
{
color: #002A8E;
}
.AnyTagClassName
{
color: #002A8E;
}
</style>
background-color css
<style>
a { background-color: #002A8E; }
a { background-color: rgb(0,42,142); }
div.DivClassName
{
background-color: #002A8E;
}
.BgClassName
{
background-color: #002A8E;
}
</style>
border-color css
<style>
span { border-color: #002A8E; }
span { border-color: rgb(0,42,142); }
td.TdClassName
{
border-color: #002A8E;
}
.TagClassName
{
border-color: #002A8E;
}
</style>