Shades of Sapphire #0B214D
Tints of Sapphire #0B214D
RGB
CMYK
RGB Variations
Color information
#0B214D (or 0x0B214D) is known color: Sapphire. HEX triplet: 0B, 21 and 4D. RGB value is (11,33,77). Sum of RGB (Red+Green+Blue) = 11+33+77=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B214D is #F4DEB2. Grayscale: #1F1F1F. Windows color (decimal): -16047795 or 5054731. OLE color: 5054731.
HSL color Cylindrical-coordinate representation of color #0B214D: hue angle of 220º 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 #0B214D is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 33 | 77 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.70 |
| HSL | 220º | 0.75% | 0.17% | - |
| HSV(B) | 220º | 0.86% | 0.3% | - |
| XYZ | 2.02 | 1.69 | 7.24 | - |
| YUV | 31.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 77 | 0.86 | 0.57 | 0 | 0.70 | 220 | 0.75 | 0.17 |
| Hex | B | 21 | 4D | 56 | 39 | 0 | 46 | DC | 4B | 11 |
| Octal | 13 | 41 | 115 | 126 | 71 | 0 | 106 | 334 | 113 | 21 |
| Binary | 1011 | 100001 | 1001101 | 1010110 | 111001 | 0 | 1000110 | 11011100 | 1001011 | 10001 |
Color Harmonies of #0B214D
Complementary color
Monochromatic Colors of #0B214D
Black with #0B214D
Text Example
Text Example
White with #0B214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B214D; }
p { color: rgb(11,33,77); }
H1.HeaderClassName
{
color: #0B214D;
}
.AnyTagClassName
{
color: #0B214D;
}
</style>
background-color css
<style>
a { background-color: #0B214D; }
a { background-color: rgb(11,33,77); }
div.DivClassName
{
background-color: #0B214D;
}
.BgClassName
{
background-color: #0B214D;
}
</style>
border-color css
<style>
span { border-color: #0B214D; }
span { border-color: rgb(11,33,77); }
td.TdClassName
{
border-color: #0B214D;
}
.TagClassName
{
border-color: #0B214D;
}
</style>