Shades of Smalt #002F91
Tints of Smalt #002F91
RGB
CMYK
RGB Variations
Color information
#002F91 (or 0x002F91) is known color: Smalt. HEX triplet: 00, 2F and 91. RGB value is (0,47,145). Sum of RGB (Red+Green+Blue) = 0+47+145=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #002F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F91 is #FFD06E. Grayscale: #2B2B2B. Windows color (decimal): -16765039 or 9514752. OLE color: 9514752.
HSL color Cylindrical-coordinate representation of color #002F91: hue angle of 220.55º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F91 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 47 | 145 | - |
| CMYK | 1 | 0.68 | 0 | 0.43 |
| HSL | 220.55º | 1% | 0.28% | - |
| HSV(B) | 220.55º | 1% | 0.57% | - |
| XYZ | 6.13 | 4.08 | 27.25 | - |
| YUV | 44.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 145 | 1 | 0.68 | 0 | 0.43 | 220.55 | 1 | 0.28 |
| Hex | 0 | 2F | 91 | 64 | 44 | 0 | 2B | DD | 64 | 1C |
| Octal | 0 | 57 | 221 | 144 | 104 | 0 | 53 | 335 | 144 | 34 |
| Binary | 0 | 101111 | 10010001 | 1100100 | 1000100 | 0 | 101011 | 11011101 | 1100100 | 11100 |
Color Harmonies of #002F91
Complementary color
Monochromatic Colors of #002F91
Black with #002F91
Text Example
Text Example
White with #002F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F91; }
p { color: rgb(0,47,145); }
H1.HeaderClassName
{
color: #002F91;
}
.AnyTagClassName
{
color: #002F91;
}
</style>
background-color css
<style>
a { background-color: #002F91; }
a { background-color: rgb(0,47,145); }
div.DivClassName
{
background-color: #002F91;
}
.BgClassName
{
background-color: #002F91;
}
</style>
border-color css
<style>
span { border-color: #002F91; }
span { border-color: rgb(0,47,145); }
td.TdClassName
{
border-color: #002F91;
}
.TagClassName
{
border-color: #002F91;
}
</style>