Shades of Sapphire #010F56
Tints of Sapphire #010F56
RGB
CMYK
RGB Variations
Color information
#010F56 (or 0x010F56) is known color: Sapphire. HEX triplet: 01, 0F and 56. RGB value is (1,15,86). Sum of RGB (Red+Green+Blue) = 1+15+86=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #010F56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F56 is #FEF0A9. Grayscale: #121212. Windows color (decimal): -16707754 or 5639937. OLE color: 5639937.
HSL color Cylindrical-coordinate representation of color #010F56: hue angle of 230.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F56 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 15 | 86 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.66 |
| HSL | 230.12º | 0.98% | 0.17% | - |
| HSV(B) | 230.12º | 0.99% | 0.34% | - |
| XYZ | 1.86 | 1.02 | 8.9 | - |
| YUV | 18.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 86 | 0.99 | 0.83 | 0 | 0.66 | 230.12 | 0.98 | 0.17 |
| Hex | 1 | F | 56 | 63 | 53 | 0 | 42 | E6 | 62 | 11 |
| Octal | 1 | 17 | 126 | 143 | 123 | 0 | 102 | 346 | 142 | 21 |
| Binary | 1 | 1111 | 1010110 | 1100011 | 1010011 | 0 | 1000010 | 11100110 | 1100010 | 10001 |
Color Harmonies of #010F56
Complementary color
Monochromatic Colors of #010F56
Black with #010F56
Text Example
Text Example
White with #010F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F56; }
p { color: rgb(1,15,86); }
H1.HeaderClassName
{
color: #010F56;
}
.AnyTagClassName
{
color: #010F56;
}
</style>
background-color css
<style>
a { background-color: #010F56; }
a { background-color: rgb(1,15,86); }
div.DivClassName
{
background-color: #010F56;
}
.BgClassName
{
background-color: #010F56;
}
</style>
border-color css
<style>
span { border-color: #010F56; }
span { border-color: rgb(1,15,86); }
td.TdClassName
{
border-color: #010F56;
}
.TagClassName
{
border-color: #010F56;
}
</style>