Shades of Sapphire #010D67
Tints of Sapphire #010D67
RGB
CMYK
RGB Variations
Color information
#010D67 (or 0x010D67) is known color: Sapphire. HEX triplet: 01, 0D and 67. RGB value is (1,13,103). Sum of RGB (Red+Green+Blue) = 1+13+103=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 103 (40.62% from 255 or 88.03% from 117); Max value from RGB is 103 - color contains mainly: blue. Hex color #010D67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D67 is #FEF298. Grayscale: #131313. Windows color (decimal): -16708249 or 6753537. OLE color: 6753537.
HSL color Cylindrical-coordinate representation of color #010D67: hue angle of 232.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D67 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 13 | 103 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.60 |
| HSL | 232.94º | 0.98% | 0.2% | - |
| HSV(B) | 232.94º | 0.99% | 0.4% | - |
| XYZ | 2.6 | 1.27 | 12.94 | - |
| YUV | 19.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 103 | 0.99 | 0.87 | 0 | 0.60 | 232.94 | 0.98 | 0.2 |
| Hex | 1 | D | 67 | 63 | 57 | 0 | 3C | E9 | 62 | 14 |
| Octal | 1 | 15 | 147 | 143 | 127 | 0 | 74 | 351 | 142 | 24 |
| Binary | 1 | 1101 | 1100111 | 1100011 | 1010111 | 0 | 111100 | 11101001 | 1100010 | 10100 |
Color Harmonies of #010D67
Complementary color
Monochromatic Colors of #010D67
Black with #010D67
Text Example
Text Example
White with #010D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D67; }
p { color: rgb(1,13,103); }
H1.HeaderClassName
{
color: #010D67;
}
.AnyTagClassName
{
color: #010D67;
}
</style>
background-color css
<style>
a { background-color: #010D67; }
a { background-color: rgb(1,13,103); }
div.DivClassName
{
background-color: #010D67;
}
.BgClassName
{
background-color: #010D67;
}
</style>
border-color css
<style>
span { border-color: #010D67; }
span { border-color: rgb(1,13,103); }
td.TdClassName
{
border-color: #010D67;
}
.TagClassName
{
border-color: #010D67;
}
</style>