Shades of Sapphire #010D4A
Tints of Sapphire #010D4A
RGB
CMYK
RGB Variations
Color information
#010D4A (or 0x010D4A) is known color: Sapphire. HEX triplet: 01, 0D and 4A. RGB value is (1,13,74). Sum of RGB (Red+Green+Blue) = 1+13+74=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #010D4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D4A is #FEF2B5. Grayscale: #101010. Windows color (decimal): -16708278 or 4852993. OLE color: 4852993.
HSL color Cylindrical-coordinate representation of color #010D4A: hue angle of 230.14º 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 #010D4A is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 13 | 74 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.71 |
| HSL | 230.14º | 0.97% | 0.15% | - |
| HSV(B) | 230.14º | 0.99% | 0.29% | - |
| XYZ | 1.39 | 0.79 | 6.56 | - |
| YUV | 16.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 74 | 0.99 | 0.82 | 0 | 0.71 | 230.14 | 0.97 | 0.15 |
| Hex | 1 | D | 4A | 63 | 52 | 0 | 47 | E6 | 61 | F |
| Octal | 1 | 15 | 112 | 143 | 122 | 0 | 107 | 346 | 141 | 17 |
| Binary | 1 | 1101 | 1001010 | 1100011 | 1010010 | 0 | 1000111 | 11100110 | 1100001 | 1111 |
Color Harmonies of #010D4A
Complementary color
Monochromatic Colors of #010D4A
Black with #010D4A
Text Example
Text Example
White with #010D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D4A; }
p { color: rgb(1,13,74); }
H1.HeaderClassName
{
color: #010D4A;
}
.AnyTagClassName
{
color: #010D4A;
}
</style>
background-color css
<style>
a { background-color: #010D4A; }
a { background-color: rgb(1,13,74); }
div.DivClassName
{
background-color: #010D4A;
}
.BgClassName
{
background-color: #010D4A;
}
</style>
border-color css
<style>
span { border-color: #010D4A; }
span { border-color: rgb(1,13,74); }
td.TdClassName
{
border-color: #010D4A;
}
.TagClassName
{
border-color: #010D4A;
}
</style>