Shades of Sapphire #0B2976
Tints of Sapphire #0B2976
RGB
CMYK
RGB Variations
Color information
#0B2976 (or 0x0B2976) is known color: Sapphire. HEX triplet: 0B, 29 and 76. RGB value is (11,41,118). Sum of RGB (Red+Green+Blue) = 11+41+118=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B2976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2976 is #F4D689. Grayscale: #282828. Windows color (decimal): -16045706 or 7743755. OLE color: 7743755.
HSL color Cylindrical-coordinate representation of color #0B2976: hue angle of 223.18º 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 #0B2976 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 41 | 118 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.54 |
| HSL | 223.18º | 0.83% | 0.25% | - |
| HSV(B) | 223.18º | 0.91% | 0.46% | - |
| XYZ | 4.2 | 2.97 | 17.49 | - |
| YUV | 40.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 118 | 0.91 | 0.65 | 0 | 0.54 | 223.18 | 0.83 | 0.25 |
| Hex | B | 29 | 76 | 5B | 41 | 0 | 36 | DF | 53 | 19 |
| Octal | 13 | 51 | 166 | 133 | 101 | 0 | 66 | 337 | 123 | 31 |
| Binary | 1011 | 101001 | 1110110 | 1011011 | 1000001 | 0 | 110110 | 11011111 | 1010011 | 11001 |
Color Harmonies of #0B2976
Complementary color
Monochromatic Colors of #0B2976
Black with #0B2976
Text Example
Text Example
White with #0B2976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2976; }
p { color: rgb(11,41,118); }
H1.HeaderClassName
{
color: #0B2976;
}
.AnyTagClassName
{
color: #0B2976;
}
</style>
background-color css
<style>
a { background-color: #0B2976; }
a { background-color: rgb(11,41,118); }
div.DivClassName
{
background-color: #0B2976;
}
.BgClassName
{
background-color: #0B2976;
}
</style>
border-color css
<style>
span { border-color: #0B2976; }
span { border-color: rgb(11,41,118); }
td.TdClassName
{
border-color: #0B2976;
}
.TagClassName
{
border-color: #0B2976;
}
</style>