Shades of Sapphire #0B2B75
Tints of Sapphire #0B2B75
RGB
CMYK
RGB Variations
Color information
#0B2B75 (or 0x0B2B75) is known color: Sapphire. HEX triplet: 0B, 2B and 75. RGB value is (11,43,117). Sum of RGB (Red+Green+Blue) = 11+43+117=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B2B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2B75 is #F4D48A. Grayscale: #292929. Windows color (decimal): -16045195 or 7678731. OLE color: 7678731.
HSL color Cylindrical-coordinate representation of color #0B2B75: hue angle of 221.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2B75 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 43 | 117 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.54 |
| HSL | 221.89º | 0.83% | 0.25% | - |
| HSV(B) | 221.89º | 0.91% | 0.46% | - |
| XYZ | 4.21 | 3.08 | 17.2 | - |
| YUV | 41.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 117 | 0.91 | 0.63 | 0 | 0.54 | 221.89 | 0.83 | 0.25 |
| Hex | B | 2B | 75 | 5B | 3F | 0 | 36 | DE | 53 | 19 |
| Octal | 13 | 53 | 165 | 133 | 77 | 0 | 66 | 336 | 123 | 31 |
| Binary | 1011 | 101011 | 1110101 | 1011011 | 111111 | 0 | 110110 | 11011110 | 1010011 | 11001 |
Color Harmonies of #0B2B75
Complementary color
Monochromatic Colors of #0B2B75
Black with #0B2B75
Text Example
Text Example
White with #0B2B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B75; }
p { color: rgb(11,43,117); }
H1.HeaderClassName
{
color: #0B2B75;
}
.AnyTagClassName
{
color: #0B2B75;
}
</style>
background-color css
<style>
a { background-color: #0B2B75; }
a { background-color: rgb(11,43,117); }
div.DivClassName
{
background-color: #0B2B75;
}
.BgClassName
{
background-color: #0B2B75;
}
</style>
border-color css
<style>
span { border-color: #0B2B75; }
span { border-color: rgb(11,43,117); }
td.TdClassName
{
border-color: #0B2B75;
}
.TagClassName
{
border-color: #0B2B75;
}
</style>