Shades of Sapphire #010A59
Tints of Sapphire #010A59
RGB
CMYK
RGB Variations
Color information
#010A59 (or 0x010A59) is known color: Sapphire. HEX triplet: 01, 0A and 59. RGB value is (1,10,89). Sum of RGB (Red+Green+Blue) = 1+10+89=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 89 (35.16% from 255 or 89% from 100); Max value from RGB is 89 - color contains mainly: blue. Hex color #010A59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A59 is #FEF5A6. Grayscale: #0F0F0F. Windows color (decimal): -16709031 or 5835265. OLE color: 5835265.
HSL color Cylindrical-coordinate representation of color #010A59: hue angle of 233.86º 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 #010A59 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 10 | 89 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.65 |
| HSL | 233.86º | 0.98% | 0.18% | - |
| HSV(B) | 233.86º | 0.99% | 0.35% | - |
| XYZ | 1.92 | 0.94 | 9.53 | - |
| YUV | 16.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 89 | 0.99 | 0.89 | 0 | 0.65 | 233.86 | 0.98 | 0.18 |
| Hex | 1 | A | 59 | 63 | 59 | 0 | 41 | EA | 62 | 12 |
| Octal | 1 | 12 | 131 | 143 | 131 | 0 | 101 | 352 | 142 | 22 |
| Binary | 1 | 1010 | 1011001 | 1100011 | 1011001 | 0 | 1000001 | 11101010 | 1100010 | 10010 |
Color Harmonies of #010A59
Complementary color
Monochromatic Colors of #010A59
Black with #010A59
Text Example
Text Example
White with #010A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A59; }
p { color: rgb(1,10,89); }
H1.HeaderClassName
{
color: #010A59;
}
.AnyTagClassName
{
color: #010A59;
}
</style>
background-color css
<style>
a { background-color: #010A59; }
a { background-color: rgb(1,10,89); }
div.DivClassName
{
background-color: #010A59;
}
.BgClassName
{
background-color: #010A59;
}
</style>
border-color css
<style>
span { border-color: #010A59; }
span { border-color: rgb(1,10,89); }
td.TdClassName
{
border-color: #010A59;
}
.TagClassName
{
border-color: #010A59;
}
</style>