Shades of Sapphire #0B225C
Tints of Sapphire #0B225C
RGB
CMYK
RGB Variations
Color information
#0B225C (or 0x0B225C) is known color: Sapphire. HEX triplet: 0B, 22 and 5C. RGB value is (11,34,92). Sum of RGB (Red+Green+Blue) = 11+34+92=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B225C is #F4DDA3. Grayscale: #212121. Windows color (decimal): -16047524 or 6038027. OLE color: 6038027.
HSL color Cylindrical-coordinate representation of color #0B225C: hue angle of 222.96º 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 #0B225C is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 34 | 92 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.64 |
| HSL | 222.96º | 0.79% | 0.2% | - |
| HSV(B) | 222.96º | 0.88% | 0.36% | - |
| XYZ | 2.64 | 1.99 | 10.37 | - |
| YUV | 33.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 92 | 0.88 | 0.63 | 0 | 0.64 | 222.96 | 0.79 | 0.2 |
| Hex | B | 22 | 5C | 58 | 3F | 0 | 40 | DF | 4F | 14 |
| Octal | 13 | 42 | 134 | 130 | 77 | 0 | 100 | 337 | 117 | 24 |
| Binary | 1011 | 100010 | 1011100 | 1011000 | 111111 | 0 | 1000000 | 11011111 | 1001111 | 10100 |
Color Harmonies of #0B225C
Complementary color
Monochromatic Colors of #0B225C
Black with #0B225C
Text Example
Text Example
White with #0B225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B225C; }
p { color: rgb(11,34,92); }
H1.HeaderClassName
{
color: #0B225C;
}
.AnyTagClassName
{
color: #0B225C;
}
</style>
background-color css
<style>
a { background-color: #0B225C; }
a { background-color: rgb(11,34,92); }
div.DivClassName
{
background-color: #0B225C;
}
.BgClassName
{
background-color: #0B225C;
}
</style>
border-color css
<style>
span { border-color: #0B225C; }
span { border-color: rgb(11,34,92); }
td.TdClassName
{
border-color: #0B225C;
}
.TagClassName
{
border-color: #0B225C;
}
</style>