Shades of Sapphire #0B2565
Tints of Sapphire #0B2565
RGB
CMYK
RGB Variations
Color information
#0B2565 (or 0x0B2565) is known color: Sapphire. HEX triplet: 0B, 25 and 65. RGB value is (11,37,101). Sum of RGB (Red+Green+Blue) = 11+37+101=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B2565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2565 is #F4DA9A. Grayscale: #242424. Windows color (decimal): -16046747 or 6628619. OLE color: 6628619.
HSL color Cylindrical-coordinate representation of color #0B2565: hue angle of 222.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 #0B2565 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 37 | 101 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.60 |
| HSL | 222.67º | 0.8% | 0.22% | - |
| HSV(B) | 222.67º | 0.89% | 0.4% | - |
| XYZ | 3.15 | 2.33 | 12.6 | - |
| YUV | 36.52 | 164.39 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 101 | 0.89 | 0.63 | 0 | 0.60 | 222.67 | 0.8 | 0.22 |
| Hex | B | 25 | 65 | 59 | 3F | 0 | 3C | DF | 50 | 16 |
| Octal | 13 | 45 | 145 | 131 | 77 | 0 | 74 | 337 | 120 | 26 |
| Binary | 1011 | 100101 | 1100101 | 1011001 | 111111 | 0 | 111100 | 11011111 | 1010000 | 10110 |
Color Harmonies of #0B2565
Complementary color
Monochromatic Colors of #0B2565
Black with #0B2565
Text Example
Text Example
White with #0B2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2565; }
p { color: rgb(11,37,101); }
H1.HeaderClassName
{
color: #0B2565;
}
.AnyTagClassName
{
color: #0B2565;
}
</style>
background-color css
<style>
a { background-color: #0B2565; }
a { background-color: rgb(11,37,101); }
div.DivClassName
{
background-color: #0B2565;
}
.BgClassName
{
background-color: #0B2565;
}
</style>
border-color css
<style>
span { border-color: #0B2565; }
span { border-color: rgb(11,37,101); }
td.TdClassName
{
border-color: #0B2565;
}
.TagClassName
{
border-color: #0B2565;
}
</style>