Shades of Smalt #0B2F82
Tints of Smalt #0B2F82
RGB
CMYK
RGB Variations
Color information
#0B2F82 (or 0x0B2F82) is known color: Smalt. HEX triplet: 0B, 2F and 82. RGB value is (11,47,130). Sum of RGB (Red+Green+Blue) = 11+47+130=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B2F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2F82 is #F4D07D. Grayscale: #2D2D2D. Windows color (decimal): -16044158 or 8531723. OLE color: 8531723.
HSL color Cylindrical-coordinate representation of color #0B2F82: hue angle of 221.85º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B2F82 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 47 | 130 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.49 |
| HSL | 221.85º | 0.84% | 0.28% | - |
| HSV(B) | 221.85º | 0.92% | 0.51% | - |
| XYZ | 5.18 | 3.72 | 21.56 | - |
| YUV | 45.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 130 | 0.92 | 0.64 | 0 | 0.49 | 221.85 | 0.84 | 0.28 |
| Hex | B | 2F | 82 | 5C | 40 | 0 | 31 | DE | 54 | 1C |
| Octal | 13 | 57 | 202 | 134 | 100 | 0 | 61 | 336 | 124 | 34 |
| Binary | 1011 | 101111 | 10000010 | 1011100 | 1000000 | 0 | 110001 | 11011110 | 1010100 | 11100 |
Color Harmonies of #0B2F82
Complementary color
Monochromatic Colors of #0B2F82
Black with #0B2F82
Text Example
Text Example
White with #0B2F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F82; }
p { color: rgb(11,47,130); }
H1.HeaderClassName
{
color: #0B2F82;
}
.AnyTagClassName
{
color: #0B2F82;
}
</style>
background-color css
<style>
a { background-color: #0B2F82; }
a { background-color: rgb(11,47,130); }
div.DivClassName
{
background-color: #0B2F82;
}
.BgClassName
{
background-color: #0B2F82;
}
</style>
border-color css
<style>
span { border-color: #0B2F82; }
span { border-color: rgb(11,47,130); }
td.TdClassName
{
border-color: #0B2F82;
}
.TagClassName
{
border-color: #0B2F82;
}
</style>