Shades of Smalt #002F84
Tints of Smalt #002F84
RGB
CMYK
RGB Variations
Color information
#002F84 (or 0x002F84) is known color: Smalt. HEX triplet: 00, 2F and 84. RGB value is (0,47,132). Sum of RGB (Red+Green+Blue) = 0+47+132=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #002F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F84 is #FFD07B. Grayscale: #2A2A2A. Windows color (decimal): -16765052 or 8662784. OLE color: 8662784.
HSL color Cylindrical-coordinate representation of color #002F84: hue angle of 218.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 #002F84 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 47 | 132 | - |
| CMYK | 1 | 0.64 | 0 | 0.48 |
| HSL | 218.64º | 1% | 0.26% | - |
| HSV(B) | 218.64º | 1% | 0.52% | - |
| XYZ | 5.18 | 3.7 | 22.27 | - |
| YUV | 42.64 | 178.43 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 132 | 1 | 0.64 | 0 | 0.48 | 218.64 | 1 | 0.26 |
| Hex | 0 | 2F | 84 | 64 | 40 | 0 | 30 | DB | 64 | 1A |
| Octal | 0 | 57 | 204 | 144 | 100 | 0 | 60 | 333 | 144 | 32 |
| Binary | 0 | 101111 | 10000100 | 1100100 | 1000000 | 0 | 110000 | 11011011 | 1100100 | 11010 |
Color Harmonies of #002F84
Complementary color
Monochromatic Colors of #002F84
Black with #002F84
Text Example
Text Example
White with #002F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F84; }
p { color: rgb(0,47,132); }
H1.HeaderClassName
{
color: #002F84;
}
.AnyTagClassName
{
color: #002F84;
}
</style>
background-color css
<style>
a { background-color: #002F84; }
a { background-color: rgb(0,47,132); }
div.DivClassName
{
background-color: #002F84;
}
.BgClassName
{
background-color: #002F84;
}
</style>
border-color css
<style>
span { border-color: #002F84; }
span { border-color: rgb(0,47,132); }
td.TdClassName
{
border-color: #002F84;
}
.TagClassName
{
border-color: #002F84;
}
</style>