Shades of Sapphire #000F58
Tints of Sapphire #000F58
RGB
CMYK
RGB Variations
Color information
#000F58 (or 0x000F58) is known color: Sapphire. HEX triplet: 00, 0F and 58. RGB value is (0,15,88). Sum of RGB (Red+Green+Blue) = 0+15+88=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 88 (34.77% from 255 or 85.44% from 103); Max value from RGB is 88 - color contains mainly: blue. Hex color #000F58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F58 is #FFF0A7. Grayscale: #121212. Windows color (decimal): -16773288 or 5771008. OLE color: 5771008.
HSL color Cylindrical-coordinate representation of color #000F58: hue angle of 229.77º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F58 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 15 | 88 | - |
| CMYK | 1 | 0.83 | 0 | 0.65 |
| HSL | 229.77º | 1% | 0.17% | - |
| HSV(B) | 229.77º | 1% | 0.35% | - |
| XYZ | 1.93 | 1.05 | 9.33 | - |
| YUV | 18.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 88 | 1 | 0.83 | 0 | 0.65 | 229.77 | 1 | 0.17 |
| Hex | 0 | F | 58 | 64 | 53 | 0 | 41 | E6 | 64 | 11 |
| Octal | 0 | 17 | 130 | 144 | 123 | 0 | 101 | 346 | 144 | 21 |
| Binary | 0 | 1111 | 1011000 | 1100100 | 1010011 | 0 | 1000001 | 11100110 | 1100100 | 10001 |
Color Harmonies of #000F58
Complementary color
Monochromatic Colors of #000F58
Black with #000F58
Text Example
Text Example
White with #000F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F58; }
p { color: rgb(0,15,88); }
H1.HeaderClassName
{
color: #000F58;
}
.AnyTagClassName
{
color: #000F58;
}
</style>
background-color css
<style>
a { background-color: #000F58; }
a { background-color: rgb(0,15,88); }
div.DivClassName
{
background-color: #000F58;
}
.BgClassName
{
background-color: #000F58;
}
</style>
border-color css
<style>
span { border-color: #000F58; }
span { border-color: rgb(0,15,88); }
td.TdClassName
{
border-color: #000F58;
}
.TagClassName
{
border-color: #000F58;
}
</style>