Shades of Sapphire #0B2152
Tints of Sapphire #0B2152
RGB
CMYK
RGB Variations
Color information
#0B2152 (or 0x0B2152) is known color: Sapphire. HEX triplet: 0B, 21 and 52. RGB value is (11,33,82). Sum of RGB (Red+Green+Blue) = 11+33+82=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #0B2152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2152 is #F4DEAD. Grayscale: #1F1F1F. Windows color (decimal): -16047790 or 5382411. OLE color: 5382411.
HSL color Cylindrical-coordinate representation of color #0B2152: hue angle of 221.41º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B2152 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 33 | 82 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.68 |
| HSL | 221.41º | 0.76% | 0.18% | - |
| HSV(B) | 221.41º | 0.87% | 0.32% | - |
| XYZ | 2.2 | 1.77 | 8.21 | - |
| YUV | 32.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 82 | 0.87 | 0.60 | 0 | 0.68 | 221.41 | 0.76 | 0.18 |
| Hex | B | 21 | 52 | 57 | 3C | 0 | 44 | DD | 4C | 12 |
| Octal | 13 | 41 | 122 | 127 | 74 | 0 | 104 | 335 | 114 | 22 |
| Binary | 1011 | 100001 | 1010010 | 1010111 | 111100 | 0 | 1000100 | 11011101 | 1001100 | 10010 |
Color Harmonies of #0B2152
Complementary color
Monochromatic Colors of #0B2152
Black with #0B2152
Text Example
Text Example
White with #0B2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2152; }
p { color: rgb(11,33,82); }
H1.HeaderClassName
{
color: #0B2152;
}
.AnyTagClassName
{
color: #0B2152;
}
</style>
background-color css
<style>
a { background-color: #0B2152; }
a { background-color: rgb(11,33,82); }
div.DivClassName
{
background-color: #0B2152;
}
.BgClassName
{
background-color: #0B2152;
}
</style>
border-color css
<style>
span { border-color: #0B2152; }
span { border-color: rgb(11,33,82); }
td.TdClassName
{
border-color: #0B2152;
}
.TagClassName
{
border-color: #0B2152;
}
</style>