Shades of Sapphire #0B225D
Tints of Sapphire #0B225D
RGB
CMYK
RGB Variations
Color information
#0B225D (or 0x0B225D) is known color: Sapphire. HEX triplet: 0B, 22 and 5D. RGB value is (11,34,93). Sum of RGB (Red+Green+Blue) = 11+34+93=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B225D is #F4DDA2. Grayscale: #212121. Windows color (decimal): -16047523 or 6103563. OLE color: 6103563.
HSL color Cylindrical-coordinate representation of color #0B225D: hue angle of 223.17º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B225D is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 34 | 93 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.64 |
| HSL | 223.17º | 0.79% | 0.2% | - |
| HSV(B) | 223.17º | 0.88% | 0.36% | - |
| XYZ | 2.69 | 2.01 | 10.6 | - |
| YUV | 33.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 93 | 0.88 | 0.63 | 0 | 0.64 | 223.17 | 0.79 | 0.2 |
| Hex | B | 22 | 5D | 58 | 3F | 0 | 40 | DF | 4F | 14 |
| Octal | 13 | 42 | 135 | 130 | 77 | 0 | 100 | 337 | 117 | 24 |
| Binary | 1011 | 100010 | 1011101 | 1011000 | 111111 | 0 | 1000000 | 11011111 | 1001111 | 10100 |
Color Harmonies of #0B225D
Complementary color
Monochromatic Colors of #0B225D
Black with #0B225D
Text Example
Text Example
White with #0B225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B225D; }
p { color: rgb(11,34,93); }
H1.HeaderClassName
{
color: #0B225D;
}
.AnyTagClassName
{
color: #0B225D;
}
</style>
background-color css
<style>
a { background-color: #0B225D; }
a { background-color: rgb(11,34,93); }
div.DivClassName
{
background-color: #0B225D;
}
.BgClassName
{
background-color: #0B225D;
}
</style>
border-color css
<style>
span { border-color: #0B225D; }
span { border-color: rgb(11,34,93); }
td.TdClassName
{
border-color: #0B225D;
}
.TagClassName
{
border-color: #0B225D;
}
</style>