Shades of Sapphire #010D65
Tints of Sapphire #010D65
RGB
CMYK
RGB Variations
Color information
#010D65 (or 0x010D65) is known color: Sapphire. HEX triplet: 01, 0D and 65. RGB value is (1,13,101). Sum of RGB (Red+Green+Blue) = 1+13+101=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 101 (39.84% from 255 or 87.83% from 115); Max value from RGB is 101 - color contains mainly: blue. Hex color #010D65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D65 is #FEF29A. Grayscale: #131313. Windows color (decimal): -16708251 or 6622465. OLE color: 6622465.
HSL color Cylindrical-coordinate representation of color #010D65: hue angle of 232.8º 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 #010D65 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 13 | 101 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.60 |
| HSL | 232.8º | 0.98% | 0.2% | - |
| HSV(B) | 232.8º | 0.99% | 0.4% | - |
| XYZ | 2.51 | 1.23 | 12.42 | - |
| YUV | 19.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 101 | 0.99 | 0.87 | 0 | 0.60 | 232.8 | 0.98 | 0.2 |
| Hex | 1 | D | 65 | 63 | 57 | 0 | 3C | E9 | 62 | 14 |
| Octal | 1 | 15 | 145 | 143 | 127 | 0 | 74 | 351 | 142 | 24 |
| Binary | 1 | 1101 | 1100101 | 1100011 | 1010111 | 0 | 111100 | 11101001 | 1100010 | 10100 |
Color Harmonies of #010D65
Complementary color
Monochromatic Colors of #010D65
Black with #010D65
Text Example
Text Example
White with #010D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D65; }
p { color: rgb(1,13,101); }
H1.HeaderClassName
{
color: #010D65;
}
.AnyTagClassName
{
color: #010D65;
}
</style>
background-color css
<style>
a { background-color: #010D65; }
a { background-color: rgb(1,13,101); }
div.DivClassName
{
background-color: #010D65;
}
.BgClassName
{
background-color: #010D65;
}
</style>
border-color css
<style>
span { border-color: #010D65; }
span { border-color: rgb(1,13,101); }
td.TdClassName
{
border-color: #010D65;
}
.TagClassName
{
border-color: #010D65;
}
</style>