Shades of Sapphire #0B227B
Tints of Sapphire #0B227B
RGB
CMYK
RGB Variations
Color information
#0B227B (or 0x0B227B) is known color: Sapphire. HEX triplet: 0B, 22 and 7B. RGB value is (11,34,123). Sum of RGB (Red+Green+Blue) = 11+34+123=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B227B is #F4DD84. Grayscale: #242424. Windows color (decimal): -16047493 or 8069643. OLE color: 8069643.
HSL color Cylindrical-coordinate representation of color #0B227B: hue angle of 227.68º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B227B is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 34 | 123 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.52 |
| HSL | 227.68º | 0.84% | 0.26% | - |
| HSV(B) | 227.68º | 0.91% | 0.48% | - |
| XYZ | 4.29 | 2.65 | 19.02 | - |
| YUV | 37.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 123 | 0.91 | 0.72 | 0 | 0.52 | 227.68 | 0.84 | 0.26 |
| Hex | B | 22 | 7B | 5B | 48 | 0 | 34 | E4 | 54 | 1A |
| Octal | 13 | 42 | 173 | 133 | 110 | 0 | 64 | 344 | 124 | 32 |
| Binary | 1011 | 100010 | 1111011 | 1011011 | 1001000 | 0 | 110100 | 11100100 | 1010100 | 11010 |
Color Harmonies of #0B227B
Complementary color
Monochromatic Colors of #0B227B
Black with #0B227B
Text Example
Text Example
White with #0B227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B227B; }
p { color: rgb(11,34,123); }
H1.HeaderClassName
{
color: #0B227B;
}
.AnyTagClassName
{
color: #0B227B;
}
</style>
background-color css
<style>
a { background-color: #0B227B; }
a { background-color: rgb(11,34,123); }
div.DivClassName
{
background-color: #0B227B;
}
.BgClassName
{
background-color: #0B227B;
}
</style>
border-color css
<style>
span { border-color: #0B227B; }
span { border-color: rgb(11,34,123); }
td.TdClassName
{
border-color: #0B227B;
}
.TagClassName
{
border-color: #0B227B;
}
</style>