Shades of Smalt #002F85
Tints of Smalt #002F85
RGB
CMYK
RGB Variations
Color information
#002F85 (or 0x002F85) is known color: Smalt. HEX triplet: 00, 2F and 85. RGB value is (0,47,133). Sum of RGB (Red+Green+Blue) = 0+47+133=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #002F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F85 is #FFD07A. Grayscale: #2A2A2A. Windows color (decimal): -16765051 or 8728320. OLE color: 8728320.
HSL color Cylindrical-coordinate representation of color #002F85: hue angle of 218.8º 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 #002F85 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 47 | 133 | - |
| CMYK | 1 | 0.65 | 0 | 0.48 |
| HSL | 218.8º | 1% | 0.26% | - |
| HSV(B) | 218.8º | 1% | 0.52% | - |
| XYZ | 5.25 | 3.73 | 22.63 | - |
| YUV | 42.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 133 | 1 | 0.65 | 0 | 0.48 | 218.8 | 1 | 0.26 |
| Hex | 0 | 2F | 85 | 64 | 41 | 0 | 30 | DB | 64 | 1A |
| Octal | 0 | 57 | 205 | 144 | 101 | 0 | 60 | 333 | 144 | 32 |
| Binary | 0 | 101111 | 10000101 | 1100100 | 1000001 | 0 | 110000 | 11011011 | 1100100 | 11010 |
Color Harmonies of #002F85
Complementary color
Monochromatic Colors of #002F85
Black with #002F85
Text Example
Text Example
White with #002F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F85; }
p { color: rgb(0,47,133); }
H1.HeaderClassName
{
color: #002F85;
}
.AnyTagClassName
{
color: #002F85;
}
</style>
background-color css
<style>
a { background-color: #002F85; }
a { background-color: rgb(0,47,133); }
div.DivClassName
{
background-color: #002F85;
}
.BgClassName
{
background-color: #002F85;
}
</style>
border-color css
<style>
span { border-color: #002F85; }
span { border-color: rgb(0,47,133); }
td.TdClassName
{
border-color: #002F85;
}
.TagClassName
{
border-color: #002F85;
}
</style>