Shades of Sapphire #0B2458
Tints of Sapphire #0B2458
RGB
CMYK
RGB Variations
Color information
#0B2458 (or 0x0B2458) is known color: Sapphire. HEX triplet: 0B, 24 and 58. RGB value is (11,36,88). Sum of RGB (Red+Green+Blue) = 11+36+88=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B2458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2458 is #F4DBA7. Grayscale: #222222. Windows color (decimal): -16047016 or 5776395. OLE color: 5776395.
HSL color Cylindrical-coordinate representation of color #0B2458: hue angle of 220.52º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B2458 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 36 | 88 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.65 |
| HSL | 220.52º | 0.78% | 0.19% | - |
| HSV(B) | 220.52º | 0.88% | 0.35% | - |
| XYZ | 2.53 | 2.04 | 9.49 | - |
| YUV | 34.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 88 | 0.88 | 0.59 | 0 | 0.65 | 220.52 | 0.78 | 0.19 |
| Hex | B | 24 | 58 | 58 | 3B | 0 | 41 | DD | 4E | 13 |
| Octal | 13 | 44 | 130 | 130 | 73 | 0 | 101 | 335 | 116 | 23 |
| Binary | 1011 | 100100 | 1011000 | 1011000 | 111011 | 0 | 1000001 | 11011101 | 1001110 | 10011 |
Color Harmonies of #0B2458
Complementary color
Monochromatic Colors of #0B2458
Black with #0B2458
Text Example
Text Example
White with #0B2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2458; }
p { color: rgb(11,36,88); }
H1.HeaderClassName
{
color: #0B2458;
}
.AnyTagClassName
{
color: #0B2458;
}
</style>
background-color css
<style>
a { background-color: #0B2458; }
a { background-color: rgb(11,36,88); }
div.DivClassName
{
background-color: #0B2458;
}
.BgClassName
{
background-color: #0B2458;
}
</style>
border-color css
<style>
span { border-color: #0B2458; }
span { border-color: rgb(11,36,88); }
td.TdClassName
{
border-color: #0B2458;
}
.TagClassName
{
border-color: #0B2458;
}
</style>