Shades of Sapphire #0B2067
Tints of Sapphire #0B2067
RGB
CMYK
RGB Variations
Color information
#0B2067 (or 0x0B2067) is known color: Sapphire. HEX triplet: 0B, 20 and 67. RGB value is (11,32,103). Sum of RGB (Red+Green+Blue) = 11+32+103=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 103 (40.62% from 255 or 70.55% from 146); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B2067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2067 is #F4DF98. Grayscale: #212121. Windows color (decimal): -16048025 or 6758411. OLE color: 6758411.
HSL color Cylindrical-coordinate representation of color #0B2067: hue angle of 226.3º 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 #0B2067 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 32 | 103 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.60 |
| HSL | 226.3º | 0.81% | 0.22% | - |
| HSV(B) | 226.3º | 0.89% | 0.4% | - |
| XYZ | 3.1 | 2.08 | 13.07 | - |
| YUV | 33.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 103 | 0.89 | 0.69 | 0 | 0.60 | 226.3 | 0.81 | 0.22 |
| Hex | B | 20 | 67 | 59 | 45 | 0 | 3C | E2 | 51 | 16 |
| Octal | 13 | 40 | 147 | 131 | 105 | 0 | 74 | 342 | 121 | 26 |
| Binary | 1011 | 100000 | 1100111 | 1011001 | 1000101 | 0 | 111100 | 11100010 | 1010001 | 10110 |
Color Harmonies of #0B2067
Complementary color
Monochromatic Colors of #0B2067
Black with #0B2067
Text Example
Text Example
White with #0B2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2067; }
p { color: rgb(11,32,103); }
H1.HeaderClassName
{
color: #0B2067;
}
.AnyTagClassName
{
color: #0B2067;
}
</style>
background-color css
<style>
a { background-color: #0B2067; }
a { background-color: rgb(11,32,103); }
div.DivClassName
{
background-color: #0B2067;
}
.BgClassName
{
background-color: #0B2067;
}
</style>
border-color css
<style>
span { border-color: #0B2067; }
span { border-color: rgb(11,32,103); }
td.TdClassName
{
border-color: #0B2067;
}
.TagClassName
{
border-color: #0B2067;
}
</style>