Shades of Smalt #002A96
Tints of Smalt #002A96
RGB
CMYK
RGB Variations
Color information
#002A96 (or 0x002A96) is known color: Smalt. HEX triplet: 00, 2A and 96. RGB value is (0,42,150). Sum of RGB (Red+Green+Blue) = 0+42+150=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #002A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A96 is #FFD569. Grayscale: #292929. Windows color (decimal): -16766314 or 9841152. OLE color: 9841152.
HSL color Cylindrical-coordinate representation of color #002A96: hue angle of 223.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A96 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 42 | 150 | - |
| CMYK | 1 | 0.72 | 0 | 0.41 |
| HSL | 223.2º | 1% | 0.29% | - |
| HSV(B) | 223.2º | 1% | 0.59% | - |
| XYZ | 6.33 | 3.86 | 29.27 | - |
| YUV | 41.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 150 | 1 | 0.72 | 0 | 0.41 | 223.2 | 1 | 0.29 |
| Hex | 0 | 2A | 96 | 64 | 48 | 0 | 29 | DF | 64 | 1D |
| Octal | 0 | 52 | 226 | 144 | 110 | 0 | 51 | 337 | 144 | 35 |
| Binary | 0 | 101010 | 10010110 | 1100100 | 1001000 | 0 | 101001 | 11011111 | 1100100 | 11101 |
Color Harmonies of #002A96
Complementary color
Monochromatic Colors of #002A96
Black with #002A96
Text Example
Text Example
White with #002A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A96; }
p { color: rgb(0,42,150); }
H1.HeaderClassName
{
color: #002A96;
}
.AnyTagClassName
{
color: #002A96;
}
</style>
background-color css
<style>
a { background-color: #002A96; }
a { background-color: rgb(0,42,150); }
div.DivClassName
{
background-color: #002A96;
}
.BgClassName
{
background-color: #002A96;
}
</style>
border-color css
<style>
span { border-color: #002A96; }
span { border-color: rgb(0,42,150); }
td.TdClassName
{
border-color: #002A96;
}
.TagClassName
{
border-color: #002A96;
}
</style>