Shades of Sapphire #000F57
Tints of Sapphire #000F57
RGB
CMYK
RGB Variations
Color information
#000F57 (or 0x000F57) is known color: Sapphire. HEX triplet: 00, 0F and 57. RGB value is (0,15,87). Sum of RGB (Red+Green+Blue) = 0+15+87=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 87 (34.38% from 255 or 85.29% from 102); Max value from RGB is 87 - color contains mainly: blue. Hex color #000F57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F57 is #FFF0A8. Grayscale: #121212. Windows color (decimal): -16773289 or 5705472. OLE color: 5705472.
HSL color Cylindrical-coordinate representation of color #000F57: hue angle of 229.66º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F57 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 15 | 87 | - |
| CMYK | 1 | 0.83 | 0 | 0.66 |
| HSL | 229.66º | 1% | 0.17% | - |
| HSV(B) | 229.66º | 1% | 0.34% | - |
| XYZ | 1.89 | 1.03 | 9.12 | - |
| YUV | 18.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 87 | 1 | 0.83 | 0 | 0.66 | 229.66 | 1 | 0.17 |
| Hex | 0 | F | 57 | 64 | 53 | 0 | 42 | E6 | 64 | 11 |
| Octal | 0 | 17 | 127 | 144 | 123 | 0 | 102 | 346 | 144 | 21 |
| Binary | 0 | 1111 | 1010111 | 1100100 | 1010011 | 0 | 1000010 | 11100110 | 1100100 | 10001 |
Color Harmonies of #000F57
Complementary color
Monochromatic Colors of #000F57
Black with #000F57
Text Example
Text Example
White with #000F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F57; }
p { color: rgb(0,15,87); }
H1.HeaderClassName
{
color: #000F57;
}
.AnyTagClassName
{
color: #000F57;
}
</style>
background-color css
<style>
a { background-color: #000F57; }
a { background-color: rgb(0,15,87); }
div.DivClassName
{
background-color: #000F57;
}
.BgClassName
{
background-color: #000F57;
}
</style>
border-color css
<style>
span { border-color: #000F57; }
span { border-color: rgb(0,15,87); }
td.TdClassName
{
border-color: #000F57;
}
.TagClassName
{
border-color: #000F57;
}
</style>