Shades of Sapphire #000B4D
Tints of Sapphire #000B4D
RGB
CMYK
RGB Variations
Color information
#000B4D (or 0x000B4D) is known color: Sapphire. HEX triplet: 00, 0B and 4D. RGB value is (0,11,77). Sum of RGB (Red+Green+Blue) = 0+11+77=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #000B4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B4D is #FFF4B2. Grayscale: #0E0E0E. Windows color (decimal): -16774323 or 5049088. OLE color: 5049088.
HSL color Cylindrical-coordinate representation of color #000B4D: hue angle of 231.43º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B4D is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 11 | 77 | - |
| CMYK | 1 | 0.86 | 0 | 0.70 |
| HSL | 231.43º | 1% | 0.15% | - |
| HSV(B) | 231.43º | 1% | 0.3% | - |
| XYZ | 1.46 | 0.78 | 7.09 | - |
| YUV | 15.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 77 | 1 | 0.86 | 0 | 0.70 | 231.43 | 1 | 0.15 |
| Hex | 0 | B | 4D | 64 | 56 | 0 | 46 | E7 | 64 | F |
| Octal | 0 | 13 | 115 | 144 | 126 | 0 | 106 | 347 | 144 | 17 |
| Binary | 0 | 1011 | 1001101 | 1100100 | 1010110 | 0 | 1000110 | 11100111 | 1100100 | 1111 |
Color Harmonies of #000B4D
Complementary color
Monochromatic Colors of #000B4D
Black with #000B4D
Text Example
Text Example
White with #000B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B4D; }
p { color: rgb(0,11,77); }
H1.HeaderClassName
{
color: #000B4D;
}
.AnyTagClassName
{
color: #000B4D;
}
</style>
background-color css
<style>
a { background-color: #000B4D; }
a { background-color: rgb(0,11,77); }
div.DivClassName
{
background-color: #000B4D;
}
.BgClassName
{
background-color: #000B4D;
}
</style>
border-color css
<style>
span { border-color: #000B4D; }
span { border-color: rgb(0,11,77); }
td.TdClassName
{
border-color: #000B4D;
}
.TagClassName
{
border-color: #000B4D;
}
</style>