Shades of Smalt #0B268C
Tints of Smalt #0B268C
RGB
CMYK
RGB Variations
Color information
#0B268C (or 0x0B268C) is known color: Smalt. HEX triplet: 0B, 26 and 8C. RGB value is (11,38,140). Sum of RGB (Red+Green+Blue) = 11+38+140=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B268C is #F4D973. Grayscale: #292929. Windows color (decimal): -16046452 or 9184779. OLE color: 9184779.
HSL color Cylindrical-coordinate representation of color #0B268C: hue angle of 227.44º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B268C is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 38 | 140 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.45 |
| HSL | 227.44º | 0.85% | 0.3% | - |
| HSV(B) | 227.44º | 0.92% | 0.55% | - |
| XYZ | 5.56 | 3.35 | 25.16 | - |
| YUV | 41.56 | 183.55 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 140 | 0.92 | 0.73 | 0 | 0.45 | 227.44 | 0.85 | 0.3 |
| Hex | B | 26 | 8C | 5C | 49 | 0 | 2D | E3 | 55 | 1E |
| Octal | 13 | 46 | 214 | 134 | 111 | 0 | 55 | 343 | 125 | 36 |
| Binary | 1011 | 100110 | 10001100 | 1011100 | 1001001 | 0 | 101101 | 11100011 | 1010101 | 11110 |
Color Harmonies of #0B268C
Complementary color
Monochromatic Colors of #0B268C
Black with #0B268C
Text Example
Text Example
White with #0B268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B268C; }
p { color: rgb(11,38,140); }
H1.HeaderClassName
{
color: #0B268C;
}
.AnyTagClassName
{
color: #0B268C;
}
</style>
background-color css
<style>
a { background-color: #0B268C; }
a { background-color: rgb(11,38,140); }
div.DivClassName
{
background-color: #0B268C;
}
.BgClassName
{
background-color: #0B268C;
}
</style>
border-color css
<style>
span { border-color: #0B268C; }
span { border-color: rgb(11,38,140); }
td.TdClassName
{
border-color: #0B268C;
}
.TagClassName
{
border-color: #0B268C;
}
</style>