Shades of Smalt #002B91
Tints of Smalt #002B91
RGB
CMYK
RGB Variations
Color information
#002B91 (or 0x002B91) is known color: Smalt. HEX triplet: 00, 2B and 91. RGB value is (0,43,145). Sum of RGB (Red+Green+Blue) = 0+43+145=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #002B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B91 is #FFD46E. Grayscale: #292929. Windows color (decimal): -16766063 or 9513728. OLE color: 9513728.
HSL color Cylindrical-coordinate representation of color #002B91: hue angle of 222.21º 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 #002B91 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 43 | 145 | - |
| CMYK | 1 | 0.70 | 0 | 0.43 |
| HSL | 222.21º | 1% | 0.28% | - |
| HSV(B) | 222.21º | 1% | 0.57% | - |
| XYZ | 5.97 | 3.77 | 27.2 | - |
| YUV | 41.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 145 | 1 | 0.70 | 0 | 0.43 | 222.21 | 1 | 0.28 |
| Hex | 0 | 2B | 91 | 64 | 46 | 0 | 2B | DE | 64 | 1C |
| Octal | 0 | 53 | 221 | 144 | 106 | 0 | 53 | 336 | 144 | 34 |
| Binary | 0 | 101011 | 10010001 | 1100100 | 1000110 | 0 | 101011 | 11011110 | 1100100 | 11100 |
Color Harmonies of #002B91
Complementary color
Monochromatic Colors of #002B91
Black with #002B91
Text Example
Text Example
White with #002B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B91; }
p { color: rgb(0,43,145); }
H1.HeaderClassName
{
color: #002B91;
}
.AnyTagClassName
{
color: #002B91;
}
</style>
background-color css
<style>
a { background-color: #002B91; }
a { background-color: rgb(0,43,145); }
div.DivClassName
{
background-color: #002B91;
}
.BgClassName
{
background-color: #002B91;
}
</style>
border-color css
<style>
span { border-color: #002B91; }
span { border-color: rgb(0,43,145); }
td.TdClassName
{
border-color: #002B91;
}
.TagClassName
{
border-color: #002B91;
}
</style>