Shades of Sapphire #0B3067
Tints of Sapphire #0B3067
RGB
CMYK
RGB Variations
Color information
#0B3067 (or 0x0B3067) is known color: Sapphire. HEX triplet: 0B, 30 and 67. RGB value is (11,48,103). Sum of RGB (Red+Green+Blue) = 11+48+103=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B3067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3067 is #F4CF98. Grayscale: #2A2A2A. Windows color (decimal): -16043929 or 6762507. OLE color: 6762507.
HSL color Cylindrical-coordinate representation of color #0B3067: hue angle of 215.87º degrees, saturation: 0.81, 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 #0B3067 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 48 | 103 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.60 |
| HSL | 215.87º | 0.81% | 0.22% | - |
| HSV(B) | 215.87º | 0.89% | 0.4% | - |
| XYZ | 3.64 | 3.16 | 13.25 | - |
| YUV | 43.21 | 161.74 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 103 | 0.89 | 0.53 | 0 | 0.60 | 215.87 | 0.81 | 0.22 |
| Hex | B | 30 | 67 | 59 | 35 | 0 | 3C | D8 | 51 | 16 |
| Octal | 13 | 60 | 147 | 131 | 65 | 0 | 74 | 330 | 121 | 26 |
| Binary | 1011 | 110000 | 1100111 | 1011001 | 110101 | 0 | 111100 | 11011000 | 1010001 | 10110 |
Color Harmonies of #0B3067
Complementary color
Monochromatic Colors of #0B3067
Black with #0B3067
Text Example
Text Example
White with #0B3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3067; }
p { color: rgb(11,48,103); }
H1.HeaderClassName
{
color: #0B3067;
}
.AnyTagClassName
{
color: #0B3067;
}
</style>
background-color css
<style>
a { background-color: #0B3067; }
a { background-color: rgb(11,48,103); }
div.DivClassName
{
background-color: #0B3067;
}
.BgClassName
{
background-color: #0B3067;
}
</style>
border-color css
<style>
span { border-color: #0B3067; }
span { border-color: rgb(11,48,103); }
td.TdClassName
{
border-color: #0B3067;
}
.TagClassName
{
border-color: #0B3067;
}
</style>