Shades of Sapphire #0B2471
Tints of Sapphire #0B2471
RGB
CMYK
RGB Variations
Color information
#0B2471 (or 0x0B2471) is known color: Sapphire. HEX triplet: 0B, 24 and 71. RGB value is (11,36,113). Sum of RGB (Red+Green+Blue) = 11+36+113=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B2471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2471 is #F4DB8E. Grayscale: #242424. Windows color (decimal): -16046991 or 7414795. OLE color: 7414795.
HSL color Cylindrical-coordinate representation of color #0B2471: hue angle of 225.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B2471 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 36 | 113 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.56 |
| HSL | 225.29º | 0.82% | 0.24% | - |
| HSV(B) | 225.29º | 0.9% | 0.44% | - |
| XYZ | 3.75 | 2.53 | 15.91 | - |
| YUV | 37.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 113 | 0.90 | 0.68 | 0 | 0.56 | 225.29 | 0.82 | 0.24 |
| Hex | B | 24 | 71 | 5A | 44 | 0 | 38 | E1 | 52 | 18 |
| Octal | 13 | 44 | 161 | 132 | 104 | 0 | 70 | 341 | 122 | 30 |
| Binary | 1011 | 100100 | 1110001 | 1011010 | 1000100 | 0 | 111000 | 11100001 | 1010010 | 11000 |
Color Harmonies of #0B2471
Complementary color
Monochromatic Colors of #0B2471
Black with #0B2471
Text Example
Text Example
White with #0B2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2471; }
p { color: rgb(11,36,113); }
H1.HeaderClassName
{
color: #0B2471;
}
.AnyTagClassName
{
color: #0B2471;
}
</style>
background-color css
<style>
a { background-color: #0B2471; }
a { background-color: rgb(11,36,113); }
div.DivClassName
{
background-color: #0B2471;
}
.BgClassName
{
background-color: #0B2471;
}
</style>
border-color css
<style>
span { border-color: #0B2471; }
span { border-color: rgb(11,36,113); }
td.TdClassName
{
border-color: #0B2471;
}
.TagClassName
{
border-color: #0B2471;
}
</style>