Shades of Sapphire #000F5B
Tints of Sapphire #000F5B
RGB
CMYK
RGB Variations
Color information
#000F5B (or 0x000F5B) is known color: Sapphire. HEX triplet: 00, 0F and 5B. RGB value is (0,15,91). Sum of RGB (Red+Green+Blue) = 0+15+91=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 91 (35.94% from 255 or 85.85% from 106); Max value from RGB is 91 - color contains mainly: blue. Hex color #000F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F5B is #FFF0A4. Grayscale: #121212. Windows color (decimal): -16773285 or 5967616. OLE color: 5967616.
HSL color Cylindrical-coordinate representation of color #000F5B: hue angle of 230.11º 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 #000F5B is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 15 | 91 | - |
| CMYK | 1 | 0.84 | 0 | 0.64 |
| HSL | 230.11º | 1% | 0.18% | - |
| HSV(B) | 230.11º | 1% | 0.36% | - |
| XYZ | 2.06 | 1.1 | 10 | - |
| YUV | 19.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 91 | 1 | 0.84 | 0 | 0.64 | 230.11 | 1 | 0.18 |
| Hex | 0 | F | 5B | 64 | 54 | 0 | 40 | E6 | 64 | 12 |
| Octal | 0 | 17 | 133 | 144 | 124 | 0 | 100 | 346 | 144 | 22 |
| Binary | 0 | 1111 | 1011011 | 1100100 | 1010100 | 0 | 1000000 | 11100110 | 1100100 | 10010 |
Color Harmonies of #000F5B
Complementary color
Monochromatic Colors of #000F5B
Black with #000F5B
Text Example
Text Example
White with #000F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F5B; }
p { color: rgb(0,15,91); }
H1.HeaderClassName
{
color: #000F5B;
}
.AnyTagClassName
{
color: #000F5B;
}
</style>
background-color css
<style>
a { background-color: #000F5B; }
a { background-color: rgb(0,15,91); }
div.DivClassName
{
background-color: #000F5B;
}
.BgClassName
{
background-color: #000F5B;
}
</style>
border-color css
<style>
span { border-color: #000F5B; }
span { border-color: rgb(0,15,91); }
td.TdClassName
{
border-color: #000F5B;
}
.TagClassName
{
border-color: #000F5B;
}
</style>