Shades of Smalt #002D9A
Tints of Smalt #002D9A
RGB
CMYK
RGB Variations
Color information
#002D9A (or 0x002D9A) is known color: Smalt. HEX triplet: 00, 2D and 9A. RGB value is (0,45,154). Sum of RGB (Red+Green+Blue) = 0+45+154=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 154 (60.55% from 255 or 77.39% from 199); Max value from RGB is 154 - color contains mainly: blue. Hex color #002D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002D9A is #FFD265. Grayscale: #2B2B2B. Windows color (decimal): -16765542 or 10104064. OLE color: 10104064.
HSL color Cylindrical-coordinate representation of color #002D9A: hue angle of 222.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D9A is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 45 | 154 | - |
| CMYK | 1 | 0.71 | 0 | 0.40 |
| HSL | 222.47º | 1% | 0.3% | - |
| HSV(B) | 222.47º | 1% | 0.6% | - |
| XYZ | 6.77 | 4.21 | 31.03 | - |
| YUV | 43.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 154 | 1 | 0.71 | 0 | 0.40 | 222.47 | 1 | 0.3 |
| Hex | 0 | 2D | 9A | 64 | 47 | 0 | 28 | DE | 64 | 1E |
| Octal | 0 | 55 | 232 | 144 | 107 | 0 | 50 | 336 | 144 | 36 |
| Binary | 0 | 101101 | 10011010 | 1100100 | 1000111 | 0 | 101000 | 11011110 | 1100100 | 11110 |
Color Harmonies of #002D9A
Complementary color
Monochromatic Colors of #002D9A
Black with #002D9A
Text Example
Text Example
White with #002D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D9A; }
p { color: rgb(0,45,154); }
H1.HeaderClassName
{
color: #002D9A;
}
.AnyTagClassName
{
color: #002D9A;
}
</style>
background-color css
<style>
a { background-color: #002D9A; }
a { background-color: rgb(0,45,154); }
div.DivClassName
{
background-color: #002D9A;
}
.BgClassName
{
background-color: #002D9A;
}
</style>
border-color css
<style>
span { border-color: #002D9A; }
span { border-color: rgb(0,45,154); }
td.TdClassName
{
border-color: #002D9A;
}
.TagClassName
{
border-color: #002D9A;
}
</style>