Shades of Sapphire #0B2B65
Tints of Sapphire #0B2B65
RGB
CMYK
RGB Variations
Color information
#0B2B65 (or 0x0B2B65) is known color: Sapphire. HEX triplet: 0B, 2B and 65. RGB value is (11,43,101). Sum of RGB (Red+Green+Blue) = 11+43+101=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B2B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2B65 is #F4D49A. Grayscale: #272727. Windows color (decimal): -16045211 or 6630155. OLE color: 6630155.
HSL color Cylindrical-coordinate representation of color #0B2B65: hue angle of 218.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 #0B2B65 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 43 | 101 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.60 |
| HSL | 218.67º | 0.8% | 0.22% | - |
| HSV(B) | 218.67º | 0.89% | 0.4% | - |
| XYZ | 3.35 | 2.74 | 12.66 | - |
| YUV | 40.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 101 | 0.89 | 0.57 | 0 | 0.60 | 218.67 | 0.8 | 0.22 |
| Hex | B | 2B | 65 | 59 | 39 | 0 | 3C | DB | 50 | 16 |
| Octal | 13 | 53 | 145 | 131 | 71 | 0 | 74 | 333 | 120 | 26 |
| Binary | 1011 | 101011 | 1100101 | 1011001 | 111001 | 0 | 111100 | 11011011 | 1010000 | 10110 |
Color Harmonies of #0B2B65
Complementary color
Monochromatic Colors of #0B2B65
Black with #0B2B65
Text Example
Text Example
White with #0B2B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B65; }
p { color: rgb(11,43,101); }
H1.HeaderClassName
{
color: #0B2B65;
}
.AnyTagClassName
{
color: #0B2B65;
}
</style>
background-color css
<style>
a { background-color: #0B2B65; }
a { background-color: rgb(11,43,101); }
div.DivClassName
{
background-color: #0B2B65;
}
.BgClassName
{
background-color: #0B2B65;
}
</style>
border-color css
<style>
span { border-color: #0B2B65; }
span { border-color: rgb(11,43,101); }
td.TdClassName
{
border-color: #0B2B65;
}
.TagClassName
{
border-color: #0B2B65;
}
</style>