Shades of Sapphire #000B5D
Tints of Sapphire #000B5D
RGB
CMYK
RGB Variations
Color information
#000B5D (or 0x000B5D) is known color: Sapphire. HEX triplet: 00, 0B and 5D. RGB value is (0,11,93). Sum of RGB (Red+Green+Blue) = 0+11+93=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 93 (36.72% from 255 or 89.42% from 104); Max value from RGB is 93 - color contains mainly: blue. Hex color #000B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B5D is #FFF4A2. Grayscale: #101010. Windows color (decimal): -16774307 or 6097664. OLE color: 6097664.
HSL color Cylindrical-coordinate representation of color #000B5D: hue angle of 232.9º 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 #000B5D is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 11 | 93 | - |
| CMYK | 1 | 0.88 | 0 | 0.64 |
| HSL | 232.9º | 1% | 0.18% | - |
| HSV(B) | 232.9º | 1% | 0.36% | - |
| XYZ | 2.1 | 1.03 | 10.44 | - |
| YUV | 17.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 93 | 1 | 0.88 | 0 | 0.64 | 232.9 | 1 | 0.18 |
| Hex | 0 | B | 5D | 64 | 58 | 0 | 40 | E9 | 64 | 12 |
| Octal | 0 | 13 | 135 | 144 | 130 | 0 | 100 | 351 | 144 | 22 |
| Binary | 0 | 1011 | 1011101 | 1100100 | 1011000 | 0 | 1000000 | 11101001 | 1100100 | 10010 |
Color Harmonies of #000B5D
Complementary color
Monochromatic Colors of #000B5D
Black with #000B5D
Text Example
Text Example
White with #000B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B5D; }
p { color: rgb(0,11,93); }
H1.HeaderClassName
{
color: #000B5D;
}
.AnyTagClassName
{
color: #000B5D;
}
</style>
background-color css
<style>
a { background-color: #000B5D; }
a { background-color: rgb(0,11,93); }
div.DivClassName
{
background-color: #000B5D;
}
.BgClassName
{
background-color: #000B5D;
}
</style>
border-color css
<style>
span { border-color: #000B5D; }
span { border-color: rgb(0,11,93); }
td.TdClassName
{
border-color: #000B5D;
}
.TagClassName
{
border-color: #000B5D;
}
</style>