Shades of Sapphire #010F63
Tints of Sapphire #010F63
RGB
CMYK
RGB Variations
Color information
#010F63 (or 0x010F63) is known color: Sapphire. HEX triplet: 01, 0F and 63. RGB value is (1,15,99). Sum of RGB (Red+Green+Blue) = 1+15+99=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #010F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F63 is #FEF09C. Grayscale: #141414. Windows color (decimal): -16707741 or 6491905. OLE color: 6491905.
HSL color Cylindrical-coordinate representation of color #010F63: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F63 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 15 | 99 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.61 |
| HSL | 231.43º | 0.98% | 0.2% | - |
| HSV(B) | 231.43º | 0.99% | 0.39% | - |
| XYZ | 2.44 | 1.25 | 11.92 | - |
| YUV | 20.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 99 | 0.99 | 0.85 | 0 | 0.61 | 231.43 | 0.98 | 0.2 |
| Hex | 1 | F | 63 | 63 | 55 | 0 | 3D | E7 | 62 | 14 |
| Octal | 1 | 17 | 143 | 143 | 125 | 0 | 75 | 347 | 142 | 24 |
| Binary | 1 | 1111 | 1100011 | 1100011 | 1010101 | 0 | 111101 | 11100111 | 1100010 | 10100 |
Color Harmonies of #010F63
Complementary color
Monochromatic Colors of #010F63
Black with #010F63
Text Example
Text Example
White with #010F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F63; }
p { color: rgb(1,15,99); }
H1.HeaderClassName
{
color: #010F63;
}
.AnyTagClassName
{
color: #010F63;
}
</style>
background-color css
<style>
a { background-color: #010F63; }
a { background-color: rgb(1,15,99); }
div.DivClassName
{
background-color: #010F63;
}
.BgClassName
{
background-color: #010F63;
}
</style>
border-color css
<style>
span { border-color: #010F63; }
span { border-color: rgb(1,15,99); }
td.TdClassName
{
border-color: #010F63;
}
.TagClassName
{
border-color: #010F63;
}
</style>