Shades of Sapphire #0B2879
Tints of Sapphire #0B2879
RGB
CMYK
RGB Variations
Color information
#0B2879 (or 0x0B2879) is known color: Sapphire. HEX triplet: 0B, 28 and 79. RGB value is (11,40,121). Sum of RGB (Red+Green+Blue) = 11+40+121=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #0B2879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2879 is #F4D786. Grayscale: #282828. Windows color (decimal): -16045959 or 7940107. OLE color: 7940107.
HSL color Cylindrical-coordinate representation of color #0B2879: hue angle of 224.18º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2879 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 40 | 121 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.53 |
| HSL | 224.18º | 0.83% | 0.26% | - |
| HSV(B) | 224.18º | 0.91% | 0.47% | - |
| XYZ | 4.35 | 2.97 | 18.43 | - |
| YUV | 40.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 121 | 0.91 | 0.67 | 0 | 0.53 | 224.18 | 0.83 | 0.26 |
| Hex | B | 28 | 79 | 5B | 43 | 0 | 35 | E0 | 53 | 1A |
| Octal | 13 | 50 | 171 | 133 | 103 | 0 | 65 | 340 | 123 | 32 |
| Binary | 1011 | 101000 | 1111001 | 1011011 | 1000011 | 0 | 110101 | 11100000 | 1010011 | 11010 |
Color Harmonies of #0B2879
Complementary color
Monochromatic Colors of #0B2879
Black with #0B2879
Text Example
Text Example
White with #0B2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2879; }
p { color: rgb(11,40,121); }
H1.HeaderClassName
{
color: #0B2879;
}
.AnyTagClassName
{
color: #0B2879;
}
</style>
background-color css
<style>
a { background-color: #0B2879; }
a { background-color: rgb(11,40,121); }
div.DivClassName
{
background-color: #0B2879;
}
.BgClassName
{
background-color: #0B2879;
}
</style>
border-color css
<style>
span { border-color: #0B2879; }
span { border-color: rgb(11,40,121); }
td.TdClassName
{
border-color: #0B2879;
}
.TagClassName
{
border-color: #0B2879;
}
</style>