Shades of Sapphire #000B56
Tints of Sapphire #000B56
RGB
CMYK
RGB Variations
Color information
#000B56 (or 0x000B56) is known color: Sapphire. HEX triplet: 00, 0B and 56. RGB value is (0,11,86). Sum of RGB (Red+Green+Blue) = 0+11+86=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 86 (33.98% from 255 or 88.66% from 97); Max value from RGB is 86 - color contains mainly: blue. Hex color #000B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B56 is #FFF4A9. Grayscale: #0F0F0F. Windows color (decimal): -16774314 or 5638912. OLE color: 5638912.
HSL color Cylindrical-coordinate representation of color #000B56: hue angle of 232.33º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B56 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 11 | 86 | - |
| CMYK | 1 | 0.87 | 0 | 0.66 |
| HSL | 232.33º | 1% | 0.17% | - |
| HSV(B) | 232.33º | 1% | 0.34% | - |
| XYZ | 1.8 | 0.91 | 8.89 | - |
| YUV | 16.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 86 | 1 | 0.87 | 0 | 0.66 | 232.33 | 1 | 0.17 |
| Hex | 0 | B | 56 | 64 | 57 | 0 | 42 | E8 | 64 | 11 |
| Octal | 0 | 13 | 126 | 144 | 127 | 0 | 102 | 350 | 144 | 21 |
| Binary | 0 | 1011 | 1010110 | 1100100 | 1010111 | 0 | 1000010 | 11101000 | 1100100 | 10001 |
Color Harmonies of #000B56
Complementary color
Monochromatic Colors of #000B56
Black with #000B56
Text Example
Text Example
White with #000B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B56; }
p { color: rgb(0,11,86); }
H1.HeaderClassName
{
color: #000B56;
}
.AnyTagClassName
{
color: #000B56;
}
</style>
background-color css
<style>
a { background-color: #000B56; }
a { background-color: rgb(0,11,86); }
div.DivClassName
{
background-color: #000B56;
}
.BgClassName
{
background-color: #000B56;
}
</style>
border-color css
<style>
span { border-color: #000B56; }
span { border-color: rgb(0,11,86); }
td.TdClassName
{
border-color: #000B56;
}
.TagClassName
{
border-color: #000B56;
}
</style>