Shades of Sapphire #000B54
Tints of Sapphire #000B54
RGB
CMYK
RGB Variations
Color information
#000B54 (or 0x000B54) is known color: Sapphire. HEX triplet: 00, 0B and 54. RGB value is (0,11,84). Sum of RGB (Red+Green+Blue) = 0+11+84=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 84 (33.20% from 255 or 88.42% from 95); Max value from RGB is 84 - color contains mainly: blue. Hex color #000B54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B54 is #FFF4AB. Grayscale: #0F0F0F. Windows color (decimal): -16774316 or 5507840. OLE color: 5507840.
HSL color Cylindrical-coordinate representation of color #000B54: hue angle of 232.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B54 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 11 | 84 | - |
| CMYK | 1 | 0.87 | 0 | 0.67 |
| HSL | 232.14º | 1% | 0.16% | - |
| HSV(B) | 232.14º | 1% | 0.33% | - |
| XYZ | 1.72 | 0.88 | 8.47 | - |
| YUV | 16.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 84 | 1 | 0.87 | 0 | 0.67 | 232.14 | 1 | 0.16 |
| Hex | 0 | B | 54 | 64 | 57 | 0 | 43 | E8 | 64 | 10 |
| Octal | 0 | 13 | 124 | 144 | 127 | 0 | 103 | 350 | 144 | 20 |
| Binary | 0 | 1011 | 1010100 | 1100100 | 1010111 | 0 | 1000011 | 11101000 | 1100100 | 10000 |
Color Harmonies of #000B54
Complementary color
Monochromatic Colors of #000B54
Black with #000B54
Text Example
Text Example
White with #000B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B54; }
p { color: rgb(0,11,84); }
H1.HeaderClassName
{
color: #000B54;
}
.AnyTagClassName
{
color: #000B54;
}
</style>
background-color css
<style>
a { background-color: #000B54; }
a { background-color: rgb(0,11,84); }
div.DivClassName
{
background-color: #000B54;
}
.BgClassName
{
background-color: #000B54;
}
</style>
border-color css
<style>
span { border-color: #000B54; }
span { border-color: rgb(0,11,84); }
td.TdClassName
{
border-color: #000B54;
}
.TagClassName
{
border-color: #000B54;
}
</style>