Shades of Sapphire #0B224F
Tints of Sapphire #0B224F
RGB
CMYK
RGB Variations
Color information
#0B224F (or 0x0B224F) is known color: Sapphire. HEX triplet: 0B, 22 and 4F. RGB value is (11,34,79). Sum of RGB (Red+Green+Blue) = 11+34+79=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #0B224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B224F is #F4DDB0. Grayscale: #202020. Windows color (decimal): -16047537 or 5186059. OLE color: 5186059.
HSL color Cylindrical-coordinate representation of color #0B224F: hue angle of 219.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B224F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 34 | 79 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.69 |
| HSL | 219.71º | 0.76% | 0.18% | - |
| HSV(B) | 219.71º | 0.86% | 0.31% | - |
| XYZ | 2.12 | 1.78 | 7.63 | - |
| YUV | 32.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 79 | 0.86 | 0.57 | 0 | 0.69 | 219.71 | 0.76 | 0.18 |
| Hex | B | 22 | 4F | 56 | 39 | 0 | 45 | DC | 4C | 12 |
| Octal | 13 | 42 | 117 | 126 | 71 | 0 | 105 | 334 | 114 | 22 |
| Binary | 1011 | 100010 | 1001111 | 1010110 | 111001 | 0 | 1000101 | 11011100 | 1001100 | 10010 |
Color Harmonies of #0B224F
Complementary color
Monochromatic Colors of #0B224F
Black with #0B224F
Text Example
Text Example
White with #0B224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B224F; }
p { color: rgb(11,34,79); }
H1.HeaderClassName
{
color: #0B224F;
}
.AnyTagClassName
{
color: #0B224F;
}
</style>
background-color css
<style>
a { background-color: #0B224F; }
a { background-color: rgb(11,34,79); }
div.DivClassName
{
background-color: #0B224F;
}
.BgClassName
{
background-color: #0B224F;
}
</style>
border-color css
<style>
span { border-color: #0B224F; }
span { border-color: rgb(11,34,79); }
td.TdClassName
{
border-color: #0B224F;
}
.TagClassName
{
border-color: #0B224F;
}
</style>