Shades of Smalt #002D94
Tints of Smalt #002D94
RGB
CMYK
RGB Variations
Color information
#002D94 (or 0x002D94) is known color: Smalt. HEX triplet: 00, 2D and 94. RGB value is (0,45,148). Sum of RGB (Red+Green+Blue) = 0+45+148=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #002D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002D94 is #FFD26B. Grayscale: #2A2A2A. Windows color (decimal): -16765548 or 9710848. OLE color: 9710848.
HSL color Cylindrical-coordinate representation of color #002D94: hue angle of 221.76º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D94 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 45 | 148 | - |
| CMYK | 1 | 0.70 | 0 | 0.42 |
| HSL | 221.76º | 1% | 0.29% | - |
| HSV(B) | 221.76º | 1% | 0.58% | - |
| XYZ | 6.28 | 4.01 | 28.46 | - |
| YUV | 43.29 | 187.09 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 148 | 1 | 0.70 | 0 | 0.42 | 221.76 | 1 | 0.29 |
| Hex | 0 | 2D | 94 | 64 | 46 | 0 | 2A | DE | 64 | 1D |
| Octal | 0 | 55 | 224 | 144 | 106 | 0 | 52 | 336 | 144 | 35 |
| Binary | 0 | 101101 | 10010100 | 1100100 | 1000110 | 0 | 101010 | 11011110 | 1100100 | 11101 |
Color Harmonies of #002D94
Complementary color
Monochromatic Colors of #002D94
Black with #002D94
Text Example
Text Example
White with #002D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D94; }
p { color: rgb(0,45,148); }
H1.HeaderClassName
{
color: #002D94;
}
.AnyTagClassName
{
color: #002D94;
}
</style>
background-color css
<style>
a { background-color: #002D94; }
a { background-color: rgb(0,45,148); }
div.DivClassName
{
background-color: #002D94;
}
.BgClassName
{
background-color: #002D94;
}
</style>
border-color css
<style>
span { border-color: #002D94; }
span { border-color: rgb(0,45,148); }
td.TdClassName
{
border-color: #002D94;
}
.TagClassName
{
border-color: #002D94;
}
</style>