Shades of Sapphire #000F4F
Tints of Sapphire #000F4F
RGB
CMYK
RGB Variations
Color information
#000F4F (or 0x000F4F) is known color: Sapphire. HEX triplet: 00, 0F and 4F. RGB value is (0,15,79). Sum of RGB (Red+Green+Blue) = 0+15+79=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #000F4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F4F is #FFF0B0. Grayscale: #111111. Windows color (decimal): -16773297 or 5181184. OLE color: 5181184.
HSL color Cylindrical-coordinate representation of color #000F4F: hue angle of 228.61º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F4F is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 15 | 79 | - |
| CMYK | 1 | 0.81 | 0 | 0.69 |
| HSL | 228.61º | 1% | 0.15% | - |
| HSV(B) | 228.61º | 1% | 0.31% | - |
| XYZ | 1.58 | 0.91 | 7.49 | - |
| YUV | 17.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 79 | 1 | 0.81 | 0 | 0.69 | 228.61 | 1 | 0.15 |
| Hex | 0 | F | 4F | 64 | 51 | 0 | 45 | E5 | 64 | F |
| Octal | 0 | 17 | 117 | 144 | 121 | 0 | 105 | 345 | 144 | 17 |
| Binary | 0 | 1111 | 1001111 | 1100100 | 1010001 | 0 | 1000101 | 11100101 | 1100100 | 1111 |
Color Harmonies of #000F4F
Complementary color
Monochromatic Colors of #000F4F
Black with #000F4F
Text Example
Text Example
White with #000F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F4F; }
p { color: rgb(0,15,79); }
H1.HeaderClassName
{
color: #000F4F;
}
.AnyTagClassName
{
color: #000F4F;
}
</style>
background-color css
<style>
a { background-color: #000F4F; }
a { background-color: rgb(0,15,79); }
div.DivClassName
{
background-color: #000F4F;
}
.BgClassName
{
background-color: #000F4F;
}
</style>
border-color css
<style>
span { border-color: #000F4F; }
span { border-color: rgb(0,15,79); }
td.TdClassName
{
border-color: #000F4F;
}
.TagClassName
{
border-color: #000F4F;
}
</style>