Shades of Sapphire #0B287B
Tints of Sapphire #0B287B
RGB
CMYK
RGB Variations
Color information
#0B287B (or 0x0B287B) is known color: Sapphire. HEX triplet: 0B, 28 and 7B. RGB value is (11,40,123). Sum of RGB (Red+Green+Blue) = 11+40+123=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B287B is #F4D784. Grayscale: #282828. Windows color (decimal): -16045957 or 8071179. OLE color: 8071179.
HSL color Cylindrical-coordinate representation of color #0B287B: hue angle of 224.46º 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 #0B287B is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 40 | 123 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.52 |
| HSL | 224.46º | 0.84% | 0.26% | - |
| HSV(B) | 224.46º | 0.91% | 0.48% | - |
| XYZ | 4.47 | 3.02 | 19.09 | - |
| YUV | 40.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 123 | 0.91 | 0.67 | 0 | 0.52 | 224.46 | 0.84 | 0.26 |
| Hex | B | 28 | 7B | 5B | 43 | 0 | 34 | E0 | 54 | 1A |
| Octal | 13 | 50 | 173 | 133 | 103 | 0 | 64 | 340 | 124 | 32 |
| Binary | 1011 | 101000 | 1111011 | 1011011 | 1000011 | 0 | 110100 | 11100000 | 1010100 | 11010 |
Color Harmonies of #0B287B
Complementary color
Monochromatic Colors of #0B287B
Black with #0B287B
Text Example
Text Example
White with #0B287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B287B; }
p { color: rgb(11,40,123); }
H1.HeaderClassName
{
color: #0B287B;
}
.AnyTagClassName
{
color: #0B287B;
}
</style>
background-color css
<style>
a { background-color: #0B287B; }
a { background-color: rgb(11,40,123); }
div.DivClassName
{
background-color: #0B287B;
}
.BgClassName
{
background-color: #0B287B;
}
</style>
border-color css
<style>
span { border-color: #0B287B; }
span { border-color: rgb(11,40,123); }
td.TdClassName
{
border-color: #0B287B;
}
.TagClassName
{
border-color: #0B287B;
}
</style>