Shades of Sapphire #010A4D
Tints of Sapphire #010A4D
RGB
CMYK
RGB Variations
Color information
#010A4D (or 0x010A4D) is known color: Sapphire. HEX triplet: 01, 0A and 4D. RGB value is (1,10,77). Sum of RGB (Red+Green+Blue) = 1+10+77=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #010A4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A4D is #FEF5B2. Grayscale: #0E0E0E. Windows color (decimal): -16709043 or 5048833. OLE color: 5048833.
HSL color Cylindrical-coordinate representation of color #010A4D: hue angle of 232.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A4D is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 10 | 77 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.70 |
| HSL | 232.89º | 0.97% | 0.15% | - |
| HSV(B) | 232.89º | 0.99% | 0.3% | - |
| XYZ | 1.46 | 0.76 | 7.09 | - |
| YUV | 14.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 77 | 0.99 | 0.87 | 0 | 0.70 | 232.89 | 0.97 | 0.15 |
| Hex | 1 | A | 4D | 63 | 57 | 0 | 46 | E9 | 61 | F |
| Octal | 1 | 12 | 115 | 143 | 127 | 0 | 106 | 351 | 141 | 17 |
| Binary | 1 | 1010 | 1001101 | 1100011 | 1010111 | 0 | 1000110 | 11101001 | 1100001 | 1111 |
Color Harmonies of #010A4D
Complementary color
Monochromatic Colors of #010A4D
Black with #010A4D
Text Example
Text Example
White with #010A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A4D; }
p { color: rgb(1,10,77); }
H1.HeaderClassName
{
color: #010A4D;
}
.AnyTagClassName
{
color: #010A4D;
}
</style>
background-color css
<style>
a { background-color: #010A4D; }
a { background-color: rgb(1,10,77); }
div.DivClassName
{
background-color: #010A4D;
}
.BgClassName
{
background-color: #010A4D;
}
</style>
border-color css
<style>
span { border-color: #010A4D; }
span { border-color: rgb(1,10,77); }
td.TdClassName
{
border-color: #010A4D;
}
.TagClassName
{
border-color: #010A4D;
}
</style>