Shades of Sapphire #010A4A
Tints of Sapphire #010A4A
RGB
CMYK
RGB Variations
Color information
#010A4A (or 0x010A4A) is known color: Sapphire. HEX triplet: 01, 0A and 4A. RGB value is (1,10,74). Sum of RGB (Red+Green+Blue) = 1+10+74=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 74 (29.30% from 255 or 87.06% from 85); Max value from RGB is 74 - color contains mainly: blue. Hex color #010A4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A4A is #FEF5B5. Grayscale: #0E0E0E. Windows color (decimal): -16709046 or 4852225. OLE color: 4852225.
HSL color Cylindrical-coordinate representation of color #010A4A: hue angle of 232.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A4A is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 10 | 74 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.71 |
| HSL | 232.6º | 0.97% | 0.15% | - |
| HSV(B) | 232.6º | 0.99% | 0.29% | - |
| XYZ | 1.36 | 0.72 | 6.55 | - |
| YUV | 14.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 74 | 0.99 | 0.86 | 0 | 0.71 | 232.6 | 0.97 | 0.15 |
| Hex | 1 | A | 4A | 63 | 56 | 0 | 47 | E9 | 61 | F |
| Octal | 1 | 12 | 112 | 143 | 126 | 0 | 107 | 351 | 141 | 17 |
| Binary | 1 | 1010 | 1001010 | 1100011 | 1010110 | 0 | 1000111 | 11101001 | 1100001 | 1111 |
Color Harmonies of #010A4A
Complementary color
Monochromatic Colors of #010A4A
Black with #010A4A
Text Example
Text Example
White with #010A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A4A; }
p { color: rgb(1,10,74); }
H1.HeaderClassName
{
color: #010A4A;
}
.AnyTagClassName
{
color: #010A4A;
}
</style>
background-color css
<style>
a { background-color: #010A4A; }
a { background-color: rgb(1,10,74); }
div.DivClassName
{
background-color: #010A4A;
}
.BgClassName
{
background-color: #010A4A;
}
</style>
border-color css
<style>
span { border-color: #010A4A; }
span { border-color: rgb(1,10,74); }
td.TdClassName
{
border-color: #010A4A;
}
.TagClassName
{
border-color: #010A4A;
}
</style>