Shades of Smalt #0B3F9D
Tints of Smalt #0B3F9D
RGB
CMYK
RGB Variations
Color information
#0B3F9D (or 0x0B3F9D) is known color: Smalt. HEX triplet: 0B, 3F and 9D. RGB value is (11,63,157). Sum of RGB (Red+Green+Blue) = 11+63+157=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B3F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3F9D is #F4C062. Grayscale: #393939. Windows color (decimal): -16040035 or 10305291. OLE color: 10305291.
HSL color Cylindrical-coordinate representation of color #0B3F9D: hue angle of 218.63º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B3F9D is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 63 | 157 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.38 |
| HSL | 218.63º | 0.87% | 0.33% | - |
| HSV(B) | 218.63º | 0.93% | 0.62% | - |
| XYZ | 8 | 6.06 | 32.65 | - |
| YUV | 58.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 157 | 0.93 | 0.60 | 0 | 0.38 | 218.63 | 0.87 | 0.33 |
| Hex | B | 3F | 9D | 5D | 3C | 0 | 26 | DB | 57 | 21 |
| Octal | 13 | 77 | 235 | 135 | 74 | 0 | 46 | 333 | 127 | 41 |
| Binary | 1011 | 111111 | 10011101 | 1011101 | 111100 | 0 | 100110 | 11011011 | 1010111 | 100001 |
Color Harmonies of #0B3F9D
Complementary color
Monochromatic Colors of #0B3F9D
Black with #0B3F9D
Text Example
Text Example
White with #0B3F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3F9D; }
p { color: rgb(11,63,157); }
H1.HeaderClassName
{
color: #0B3F9D;
}
.AnyTagClassName
{
color: #0B3F9D;
}
</style>
background-color css
<style>
a { background-color: #0B3F9D; }
a { background-color: rgb(11,63,157); }
div.DivClassName
{
background-color: #0B3F9D;
}
.BgClassName
{
background-color: #0B3F9D;
}
</style>
border-color css
<style>
span { border-color: #0B3F9D; }
span { border-color: rgb(11,63,157); }
td.TdClassName
{
border-color: #0B3F9D;
}
.TagClassName
{
border-color: #0B3F9D;
}
</style>