Shades of Sapphire #0B214C
Tints of Sapphire #0B214C
RGB
CMYK
RGB Variations
Color information
#0B214C (or 0x0B214C) is known color: Sapphire. HEX triplet: 0B, 21 and 4C. RGB value is (11,33,76). Sum of RGB (Red+Green+Blue) = 11+33+76=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B214C is #F4DEB3. Grayscale: #1F1F1F. Windows color (decimal): -16047796 or 4989195. OLE color: 4989195.
HSL color Cylindrical-coordinate representation of color #0B214C: hue angle of 219.69º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B214C is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 33 | 76 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.70 |
| HSL | 219.69º | 0.75% | 0.17% | - |
| HSV(B) | 219.69º | 0.86% | 0.3% | - |
| XYZ | 1.99 | 1.68 | 7.06 | - |
| YUV | 31.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 76 | 0.86 | 0.57 | 0 | 0.70 | 219.69 | 0.75 | 0.17 |
| Hex | B | 21 | 4C | 56 | 39 | 0 | 46 | DC | 4B | 11 |
| Octal | 13 | 41 | 114 | 126 | 71 | 0 | 106 | 334 | 113 | 21 |
| Binary | 1011 | 100001 | 1001100 | 1010110 | 111001 | 0 | 1000110 | 11011100 | 1001011 | 10001 |
Color Harmonies of #0B214C
Complementary color
Monochromatic Colors of #0B214C
Black with #0B214C
Text Example
Text Example
White with #0B214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B214C; }
p { color: rgb(11,33,76); }
H1.HeaderClassName
{
color: #0B214C;
}
.AnyTagClassName
{
color: #0B214C;
}
</style>
background-color css
<style>
a { background-color: #0B214C; }
a { background-color: rgb(11,33,76); }
div.DivClassName
{
background-color: #0B214C;
}
.BgClassName
{
background-color: #0B214C;
}
</style>
border-color css
<style>
span { border-color: #0B214C; }
span { border-color: rgb(11,33,76); }
td.TdClassName
{
border-color: #0B214C;
}
.TagClassName
{
border-color: #0B214C;
}
</style>