Shades of Smalt #002B85
Tints of Smalt #002B85
RGB
CMYK
RGB Variations
Color information
#002B85 (or 0x002B85) is known color: Smalt. HEX triplet: 00, 2B and 85. RGB value is (0,43,133). Sum of RGB (Red+Green+Blue) = 0+43+133=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #002B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B85 is #FFD47A. Grayscale: #282828. Windows color (decimal): -16766075 or 8727296. OLE color: 8727296.
HSL color Cylindrical-coordinate representation of color #002B85: hue angle of 220.6º 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 #002B85 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 43 | 133 | - |
| CMYK | 1 | 0.68 | 0 | 0.48 |
| HSL | 220.6º | 1% | 0.26% | - |
| HSV(B) | 220.6º | 1% | 0.52% | - |
| XYZ | 5.1 | 3.42 | 22.58 | - |
| YUV | 40.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 133 | 1 | 0.68 | 0 | 0.48 | 220.6 | 1 | 0.26 |
| Hex | 0 | 2B | 85 | 64 | 44 | 0 | 30 | DD | 64 | 1A |
| Octal | 0 | 53 | 205 | 144 | 104 | 0 | 60 | 335 | 144 | 32 |
| Binary | 0 | 101011 | 10000101 | 1100100 | 1000100 | 0 | 110000 | 11011101 | 1100100 | 11010 |
Color Harmonies of #002B85
Complementary color
Monochromatic Colors of #002B85
Black with #002B85
Text Example
Text Example
White with #002B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B85; }
p { color: rgb(0,43,133); }
H1.HeaderClassName
{
color: #002B85;
}
.AnyTagClassName
{
color: #002B85;
}
</style>
background-color css
<style>
a { background-color: #002B85; }
a { background-color: rgb(0,43,133); }
div.DivClassName
{
background-color: #002B85;
}
.BgClassName
{
background-color: #002B85;
}
</style>
border-color css
<style>
span { border-color: #002B85; }
span { border-color: rgb(0,43,133); }
td.TdClassName
{
border-color: #002B85;
}
.TagClassName
{
border-color: #002B85;
}
</style>