Shades of Sapphire #010A56
Tints of Sapphire #010A56
RGB
CMYK
RGB Variations
Color information
#010A56 (or 0x010A56) is known color: Sapphire. HEX triplet: 01, 0A and 56. RGB value is (1,10,86). Sum of RGB (Red+Green+Blue) = 1+10+86=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 86 (33.98% from 255 or 88.66% from 97); Max value from RGB is 86 - color contains mainly: blue. Hex color #010A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A56 is #FEF5A9. Grayscale: #0F0F0F. Windows color (decimal): -16709034 or 5638657. OLE color: 5638657.
HSL color Cylindrical-coordinate representation of color #010A56: hue angle of 233.65º 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 #010A56 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 10 | 86 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.66 |
| HSL | 233.65º | 0.98% | 0.17% | - |
| HSV(B) | 233.65º | 0.99% | 0.34% | - |
| XYZ | 1.8 | 0.9 | 8.88 | - |
| YUV | 15.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 86 | 0.99 | 0.88 | 0 | 0.66 | 233.65 | 0.98 | 0.17 |
| Hex | 1 | A | 56 | 63 | 58 | 0 | 42 | EA | 62 | 11 |
| Octal | 1 | 12 | 126 | 143 | 130 | 0 | 102 | 352 | 142 | 21 |
| Binary | 1 | 1010 | 1010110 | 1100011 | 1011000 | 0 | 1000010 | 11101010 | 1100010 | 10001 |
Color Harmonies of #010A56
Complementary color
Monochromatic Colors of #010A56
Black with #010A56
Text Example
Text Example
White with #010A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A56; }
p { color: rgb(1,10,86); }
H1.HeaderClassName
{
color: #010A56;
}
.AnyTagClassName
{
color: #010A56;
}
</style>
background-color css
<style>
a { background-color: #010A56; }
a { background-color: rgb(1,10,86); }
div.DivClassName
{
background-color: #010A56;
}
.BgClassName
{
background-color: #010A56;
}
</style>
border-color css
<style>
span { border-color: #010A56; }
span { border-color: rgb(1,10,86); }
td.TdClassName
{
border-color: #010A56;
}
.TagClassName
{
border-color: #010A56;
}
</style>