Shades of Sapphire #000F5E
Tints of Sapphire #000F5E
RGB
CMYK
RGB Variations
Color information
#000F5E (or 0x000F5E) is known color: Sapphire. HEX triplet: 00, 0F and 5E. RGB value is (0,15,94). Sum of RGB (Red+Green+Blue) = 0+15+94=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 94 (37.11% from 255 or 86.24% from 109); Max value from RGB is 94 - color contains mainly: blue. Hex color #000F5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F5E is #FFF0A1. Grayscale: #131313. Windows color (decimal): -16773282 or 6164224. OLE color: 6164224.
HSL color Cylindrical-coordinate representation of color #000F5E: hue angle of 230.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F5E is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 15 | 94 | - |
| CMYK | 1 | 0.84 | 0 | 0.63 |
| HSL | 230.43º | 1% | 0.18% | - |
| HSV(B) | 230.43º | 1% | 0.37% | - |
| XYZ | 2.19 | 1.15 | 10.7 | - |
| YUV | 19.52 | 170.03 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 94 | 1 | 0.84 | 0 | 0.63 | 230.43 | 1 | 0.18 |
| Hex | 0 | F | 5E | 64 | 54 | 0 | 3F | E6 | 64 | 12 |
| Octal | 0 | 17 | 136 | 144 | 124 | 0 | 77 | 346 | 144 | 22 |
| Binary | 0 | 1111 | 1011110 | 1100100 | 1010100 | 0 | 111111 | 11100110 | 1100100 | 10010 |
Color Harmonies of #000F5E
Complementary color
Monochromatic Colors of #000F5E
Black with #000F5E
Text Example
Text Example
White with #000F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F5E; }
p { color: rgb(0,15,94); }
H1.HeaderClassName
{
color: #000F5E;
}
.AnyTagClassName
{
color: #000F5E;
}
</style>
background-color css
<style>
a { background-color: #000F5E; }
a { background-color: rgb(0,15,94); }
div.DivClassName
{
background-color: #000F5E;
}
.BgClassName
{
background-color: #000F5E;
}
</style>
border-color css
<style>
span { border-color: #000F5E; }
span { border-color: rgb(0,15,94); }
td.TdClassName
{
border-color: #000F5E;
}
.TagClassName
{
border-color: #000F5E;
}
</style>