Shades of Sapphire #000B5B
Tints of Sapphire #000B5B
RGB
CMYK
RGB Variations
Color information
#000B5B (or 0x000B5B) is known color: Sapphire. HEX triplet: 00, 0B and 5B. RGB value is (0,11,91). Sum of RGB (Red+Green+Blue) = 0+11+91=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 91 (35.94% from 255 or 89.22% from 102); Max value from RGB is 91 - color contains mainly: blue. Hex color #000B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B5B is #FFF4A4. Grayscale: #101010. Windows color (decimal): -16774309 or 5966592. OLE color: 5966592.
HSL color Cylindrical-coordinate representation of color #000B5B: hue angle of 232.75º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B5B is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 11 | 91 | - |
| CMYK | 1 | 0.88 | 0 | 0.64 |
| HSL | 232.75º | 1% | 0.18% | - |
| HSV(B) | 232.75º | 1% | 0.36% | - |
| XYZ | 2.01 | 0.99 | 9.98 | - |
| YUV | 16.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 91 | 1 | 0.88 | 0 | 0.64 | 232.75 | 1 | 0.18 |
| Hex | 0 | B | 5B | 64 | 58 | 0 | 40 | E9 | 64 | 12 |
| Octal | 0 | 13 | 133 | 144 | 130 | 0 | 100 | 351 | 144 | 22 |
| Binary | 0 | 1011 | 1011011 | 1100100 | 1011000 | 0 | 1000000 | 11101001 | 1100100 | 10010 |
Color Harmonies of #000B5B
Complementary color
Monochromatic Colors of #000B5B
Black with #000B5B
Text Example
Text Example
White with #000B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B5B; }
p { color: rgb(0,11,91); }
H1.HeaderClassName
{
color: #000B5B;
}
.AnyTagClassName
{
color: #000B5B;
}
</style>
background-color css
<style>
a { background-color: #000B5B; }
a { background-color: rgb(0,11,91); }
div.DivClassName
{
background-color: #000B5B;
}
.BgClassName
{
background-color: #000B5B;
}
</style>
border-color css
<style>
span { border-color: #000B5B; }
span { border-color: rgb(0,11,91); }
td.TdClassName
{
border-color: #000B5B;
}
.TagClassName
{
border-color: #000B5B;
}
</style>