Shades of Sapphire #0B237B
Tints of Sapphire #0B237B
RGB
CMYK
RGB Variations
Color information
#0B237B (or 0x0B237B) is known color: Sapphire. HEX triplet: 0B, 23 and 7B. RGB value is (11,35,123). Sum of RGB (Red+Green+Blue) = 11+35+123=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B237B is #F4DC84. Grayscale: #252525. Windows color (decimal): -16047237 or 8069899. OLE color: 8069899.
HSL color Cylindrical-coordinate representation of color #0B237B: hue angle of 227.14º 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 #0B237B is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 35 | 123 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.52 |
| HSL | 227.14º | 0.84% | 0.26% | - |
| HSV(B) | 227.14º | 0.91% | 0.48% | - |
| XYZ | 4.31 | 2.7 | 19.03 | - |
| YUV | 37.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 35 | 123 | 0.91 | 0.72 | 0 | 0.52 | 227.14 | 0.84 | 0.26 |
| Hex | B | 23 | 7B | 5B | 48 | 0 | 34 | E3 | 54 | 1A |
| Octal | 13 | 43 | 173 | 133 | 110 | 0 | 64 | 343 | 124 | 32 |
| Binary | 1011 | 100011 | 1111011 | 1011011 | 1001000 | 0 | 110100 | 11100011 | 1010100 | 11010 |
Color Harmonies of #0B237B
Complementary color
Monochromatic Colors of #0B237B
Black with #0B237B
Text Example
Text Example
White with #0B237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B237B; }
p { color: rgb(11,35,123); }
H1.HeaderClassName
{
color: #0B237B;
}
.AnyTagClassName
{
color: #0B237B;
}
</style>
background-color css
<style>
a { background-color: #0B237B; }
a { background-color: rgb(11,35,123); }
div.DivClassName
{
background-color: #0B237B;
}
.BgClassName
{
background-color: #0B237B;
}
</style>
border-color css
<style>
span { border-color: #0B237B; }
span { border-color: rgb(11,35,123); }
td.TdClassName
{
border-color: #0B237B;
}
.TagClassName
{
border-color: #0B237B;
}
</style>