Shades of Sapphire #0B2659
Tints of Sapphire #0B2659
RGB
CMYK
RGB Variations
Color information
#0B2659 (or 0x0B2659) is known color: Sapphire. HEX triplet: 0B, 26 and 59. RGB value is (11,38,89). Sum of RGB (Red+Green+Blue) = 11+38+89=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B2659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2659 is #F4D9A6. Grayscale: #232323. Windows color (decimal): -16046503 or 5842443. OLE color: 5842443.
HSL color Cylindrical-coordinate representation of color #0B2659: hue angle of 219.23º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B2659 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 38 | 89 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.65 |
| HSL | 219.23º | 0.78% | 0.2% | - |
| HSV(B) | 219.23º | 0.88% | 0.35% | - |
| XYZ | 2.63 | 2.18 | 9.73 | - |
| YUV | 35.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 89 | 0.88 | 0.57 | 0 | 0.65 | 219.23 | 0.78 | 0.2 |
| Hex | B | 26 | 59 | 58 | 39 | 0 | 41 | DB | 4E | 14 |
| Octal | 13 | 46 | 131 | 130 | 71 | 0 | 101 | 333 | 116 | 24 |
| Binary | 1011 | 100110 | 1011001 | 1011000 | 111001 | 0 | 1000001 | 11011011 | 1001110 | 10100 |
Color Harmonies of #0B2659
Complementary color
Monochromatic Colors of #0B2659
Black with #0B2659
Text Example
Text Example
White with #0B2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2659; }
p { color: rgb(11,38,89); }
H1.HeaderClassName
{
color: #0B2659;
}
.AnyTagClassName
{
color: #0B2659;
}
</style>
background-color css
<style>
a { background-color: #0B2659; }
a { background-color: rgb(11,38,89); }
div.DivClassName
{
background-color: #0B2659;
}
.BgClassName
{
background-color: #0B2659;
}
</style>
border-color css
<style>
span { border-color: #0B2659; }
span { border-color: rgb(11,38,89); }
td.TdClassName
{
border-color: #0B2659;
}
.TagClassName
{
border-color: #0B2659;
}
</style>