Shades of Smalt #0B3D9D
Tints of Smalt #0B3D9D
RGB
CMYK
RGB Variations
Color information
#0B3D9D (or 0x0B3D9D) is known color: Smalt. HEX triplet: 0B, 3D and 9D. RGB value is (11,61,157). Sum of RGB (Red+Green+Blue) = 11+61+157=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B3D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3D9D is #F4C262. Grayscale: #383838. Windows color (decimal): -16040547 or 10304779. OLE color: 10304779.
HSL color Cylindrical-coordinate representation of color #0B3D9D: hue angle of 219.45º 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 #0B3D9D is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 61 | 157 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.38 |
| HSL | 219.45º | 0.87% | 0.33% | - |
| HSV(B) | 219.45º | 0.93% | 0.62% | - |
| XYZ | 7.89 | 5.84 | 32.61 | - |
| YUV | 56.99 | 184.44 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 61 | 157 | 0.93 | 0.61 | 0 | 0.38 | 219.45 | 0.87 | 0.33 |
| Hex | B | 3D | 9D | 5D | 3D | 0 | 26 | DB | 57 | 21 |
| Octal | 13 | 75 | 235 | 135 | 75 | 0 | 46 | 333 | 127 | 41 |
| Binary | 1011 | 111101 | 10011101 | 1011101 | 111101 | 0 | 100110 | 11011011 | 1010111 | 100001 |
Color Harmonies of #0B3D9D
Complementary color
Monochromatic Colors of #0B3D9D
Black with #0B3D9D
Text Example
Text Example
White with #0B3D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3D9D; }
p { color: rgb(11,61,157); }
H1.HeaderClassName
{
color: #0B3D9D;
}
.AnyTagClassName
{
color: #0B3D9D;
}
</style>
background-color css
<style>
a { background-color: #0B3D9D; }
a { background-color: rgb(11,61,157); }
div.DivClassName
{
background-color: #0B3D9D;
}
.BgClassName
{
background-color: #0B3D9D;
}
</style>
border-color css
<style>
span { border-color: #0B3D9D; }
span { border-color: rgb(11,61,157); }
td.TdClassName
{
border-color: #0B3D9D;
}
.TagClassName
{
border-color: #0B3D9D;
}
</style>