Shades of Sapphire #010F59
Tints of Sapphire #010F59
RGB
CMYK
RGB Variations
Color information
#010F59 (or 0x010F59) is known color: Sapphire. HEX triplet: 01, 0F and 59. RGB value is (1,15,89). Sum of RGB (Red+Green+Blue) = 1+15+89=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #010F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F59 is #FEF0A6. Grayscale: #121212. Windows color (decimal): -16707751 or 5836545. OLE color: 5836545.
HSL color Cylindrical-coordinate representation of color #010F59: hue angle of 230.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F59 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 15 | 89 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.65 |
| HSL | 230.45º | 0.98% | 0.18% | - |
| HSV(B) | 230.45º | 0.99% | 0.35% | - |
| XYZ | 1.99 | 1.07 | 9.55 | - |
| YUV | 19.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 89 | 0.99 | 0.83 | 0 | 0.65 | 230.45 | 0.98 | 0.18 |
| Hex | 1 | F | 59 | 63 | 53 | 0 | 41 | E6 | 62 | 12 |
| Octal | 1 | 17 | 131 | 143 | 123 | 0 | 101 | 346 | 142 | 22 |
| Binary | 1 | 1111 | 1011001 | 1100011 | 1010011 | 0 | 1000001 | 11100110 | 1100010 | 10010 |
Color Harmonies of #010F59
Complementary color
Monochromatic Colors of #010F59
Black with #010F59
Text Example
Text Example
White with #010F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F59; }
p { color: rgb(1,15,89); }
H1.HeaderClassName
{
color: #010F59;
}
.AnyTagClassName
{
color: #010F59;
}
</style>
background-color css
<style>
a { background-color: #010F59; }
a { background-color: rgb(1,15,89); }
div.DivClassName
{
background-color: #010F59;
}
.BgClassName
{
background-color: #010F59;
}
</style>
border-color css
<style>
span { border-color: #010F59; }
span { border-color: rgb(1,15,89); }
td.TdClassName
{
border-color: #010F59;
}
.TagClassName
{
border-color: #010F59;
}
</style>