Shades of Sapphire #0B2878
Tints of Sapphire #0B2878
RGB
CMYK
RGB Variations
Color information
#0B2878 (or 0x0B2878) is known color: Sapphire. HEX triplet: 0B, 28 and 78. RGB value is (11,40,120). Sum of RGB (Red+Green+Blue) = 11+40+120=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B2878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2878 is #F4D787. Grayscale: #282828. Windows color (decimal): -16045960 or 7874571. OLE color: 7874571.
HSL color Cylindrical-coordinate representation of color #0B2878: hue angle of 224.04º 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 #0B2878 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 40 | 120 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.53 |
| HSL | 224.04º | 0.83% | 0.26% | - |
| HSV(B) | 224.04º | 0.91% | 0.47% | - |
| XYZ | 4.29 | 2.94 | 18.11 | - |
| YUV | 40.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 120 | 0.91 | 0.67 | 0 | 0.53 | 224.04 | 0.83 | 0.26 |
| Hex | B | 28 | 78 | 5B | 43 | 0 | 35 | E0 | 53 | 1A |
| Octal | 13 | 50 | 170 | 133 | 103 | 0 | 65 | 340 | 123 | 32 |
| Binary | 1011 | 101000 | 1111000 | 1011011 | 1000011 | 0 | 110101 | 11100000 | 1010011 | 11010 |
Color Harmonies of #0B2878
Complementary color
Monochromatic Colors of #0B2878
Black with #0B2878
Text Example
Text Example
White with #0B2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2878; }
p { color: rgb(11,40,120); }
H1.HeaderClassName
{
color: #0B2878;
}
.AnyTagClassName
{
color: #0B2878;
}
</style>
background-color css
<style>
a { background-color: #0B2878; }
a { background-color: rgb(11,40,120); }
div.DivClassName
{
background-color: #0B2878;
}
.BgClassName
{
background-color: #0B2878;
}
</style>
border-color css
<style>
span { border-color: #0B2878; }
span { border-color: rgb(11,40,120); }
td.TdClassName
{
border-color: #0B2878;
}
.TagClassName
{
border-color: #0B2878;
}
</style>