Shades of Smalt #002484
Tints of Smalt #002484
RGB
CMYK
RGB Variations
Color information
#002484 (or 0x002484) is known color: Smalt. HEX triplet: 00, 24 and 84. RGB value is (0,36,132). Sum of RGB (Red+Green+Blue) = 0+36+132=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #002484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002484 is #FFDB7B. Grayscale: #232323. Windows color (decimal): -16767868 or 8659968. OLE color: 8659968.
HSL color Cylindrical-coordinate representation of color #002484: hue angle of 223.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002484 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 36 | 132 | - |
| CMYK | 1 | 0.73 | 0 | 0.48 |
| HSL | 223.64º | 1% | 0.26% | - |
| HSV(B) | 223.64º | 1% | 0.52% | - |
| XYZ | 4.8 | 2.93 | 22.14 | - |
| YUV | 36.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 132 | 1 | 0.73 | 0 | 0.48 | 223.64 | 1 | 0.26 |
| Hex | 0 | 24 | 84 | 64 | 49 | 0 | 30 | E0 | 64 | 1A |
| Octal | 0 | 44 | 204 | 144 | 111 | 0 | 60 | 340 | 144 | 32 |
| Binary | 0 | 100100 | 10000100 | 1100100 | 1001001 | 0 | 110000 | 11100000 | 1100100 | 11010 |
Color Harmonies of #002484
Complementary color
Monochromatic Colors of #002484
Black with #002484
Text Example
Text Example
White with #002484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002484; }
p { color: rgb(0,36,132); }
H1.HeaderClassName
{
color: #002484;
}
.AnyTagClassName
{
color: #002484;
}
</style>
background-color css
<style>
a { background-color: #002484; }
a { background-color: rgb(0,36,132); }
div.DivClassName
{
background-color: #002484;
}
.BgClassName
{
background-color: #002484;
}
</style>
border-color css
<style>
span { border-color: #002484; }
span { border-color: rgb(0,36,132); }
td.TdClassName
{
border-color: #002484;
}
.TagClassName
{
border-color: #002484;
}
</style>