Shades of Sapphire #0B207C
Tints of Sapphire #0B207C
RGB
CMYK
RGB Variations
Color information
#0B207C (or 0x0B207C) is known color: Sapphire. HEX triplet: 0B, 20 and 7C. RGB value is (11,32,124). Sum of RGB (Red+Green+Blue) = 11+32+124=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B207C is #F4DF83. Grayscale: #232323. Windows color (decimal): -16048004 or 8134667. OLE color: 8134667.
HSL color Cylindrical-coordinate representation of color #0B207C: hue angle of 228.85º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B207C is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 32 | 124 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.51 |
| HSL | 228.85º | 0.84% | 0.26% | - |
| HSV(B) | 228.85º | 0.91% | 0.49% | - |
| XYZ | 4.29 | 2.56 | 19.34 | - |
| YUV | 36.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 124 | 0.91 | 0.74 | 0 | 0.51 | 228.85 | 0.84 | 0.26 |
| Hex | B | 20 | 7C | 5B | 4A | 0 | 33 | E5 | 54 | 1A |
| Octal | 13 | 40 | 174 | 133 | 112 | 0 | 63 | 345 | 124 | 32 |
| Binary | 1011 | 100000 | 1111100 | 1011011 | 1001010 | 0 | 110011 | 11100101 | 1010100 | 11010 |
Color Harmonies of #0B207C
Complementary color
Monochromatic Colors of #0B207C
Black with #0B207C
Text Example
Text Example
White with #0B207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B207C; }
p { color: rgb(11,32,124); }
H1.HeaderClassName
{
color: #0B207C;
}
.AnyTagClassName
{
color: #0B207C;
}
</style>
background-color css
<style>
a { background-color: #0B207C; }
a { background-color: rgb(11,32,124); }
div.DivClassName
{
background-color: #0B207C;
}
.BgClassName
{
background-color: #0B207C;
}
</style>
border-color css
<style>
span { border-color: #0B207C; }
span { border-color: rgb(11,32,124); }
td.TdClassName
{
border-color: #0B207C;
}
.TagClassName
{
border-color: #0B207C;
}
</style>