Shades of Sapphire #0B2865
Tints of Sapphire #0B2865
RGB
CMYK
RGB Variations
Color information
#0B2865 (or 0x0B2865) is known color: Sapphire. HEX triplet: 0B, 28 and 65. RGB value is (11,40,101). Sum of RGB (Red+Green+Blue) = 11+40+101=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B2865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2865 is #F4D79A. Grayscale: #262626. Windows color (decimal): -16045979 or 6629387. OLE color: 6629387.
HSL color Cylindrical-coordinate representation of color #0B2865: hue angle of 220.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2865 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 40 | 101 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.60 |
| HSL | 220.67º | 0.8% | 0.22% | - |
| HSV(B) | 220.67º | 0.89% | 0.4% | - |
| XYZ | 3.25 | 2.53 | 12.63 | - |
| YUV | 38.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 101 | 0.89 | 0.60 | 0 | 0.60 | 220.67 | 0.8 | 0.22 |
| Hex | B | 28 | 65 | 59 | 3C | 0 | 3C | DD | 50 | 16 |
| Octal | 13 | 50 | 145 | 131 | 74 | 0 | 74 | 335 | 120 | 26 |
| Binary | 1011 | 101000 | 1100101 | 1011001 | 111100 | 0 | 111100 | 11011101 | 1010000 | 10110 |
Color Harmonies of #0B2865
Complementary color
Monochromatic Colors of #0B2865
Black with #0B2865
Text Example
Text Example
White with #0B2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2865; }
p { color: rgb(11,40,101); }
H1.HeaderClassName
{
color: #0B2865;
}
.AnyTagClassName
{
color: #0B2865;
}
</style>
background-color css
<style>
a { background-color: #0B2865; }
a { background-color: rgb(11,40,101); }
div.DivClassName
{
background-color: #0B2865;
}
.BgClassName
{
background-color: #0B2865;
}
</style>
border-color css
<style>
span { border-color: #0B2865; }
span { border-color: rgb(11,40,101); }
td.TdClassName
{
border-color: #0B2865;
}
.TagClassName
{
border-color: #0B2865;
}
</style>