Shades of Sapphire #010F66
Tints of Sapphire #010F66
RGB
CMYK
RGB Variations
Color information
#010F66 (or 0x010F66) is known color: Sapphire. HEX triplet: 01, 0F and 66. RGB value is (1,15,102). Sum of RGB (Red+Green+Blue) = 1+15+102=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 102 (40.23% from 255 or 86.44% from 118); Max value from RGB is 102 - color contains mainly: blue. Hex color #010F66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F66 is #FEF099. Grayscale: #141414. Windows color (decimal): -16707738 or 6688513. OLE color: 6688513.
HSL color Cylindrical-coordinate representation of color #010F66: hue angle of 231.68º 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 #010F66 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 15 | 102 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.6 |
| HSL | 231.68º | 0.98% | 0.2% | - |
| HSV(B) | 231.68º | 0.99% | 0.4% | - |
| XYZ | 2.58 | 1.31 | 12.69 | - |
| YUV | 20.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 102 | 0.99 | 0.85 | 0 | 0.6 | 231.68 | 0.98 | 0.2 |
| Hex | 1 | F | 66 | 63 | 55 | 0 | 3C | E8 | 62 | 14 |
| Octal | 1 | 17 | 146 | 143 | 125 | 0 | 74 | 350 | 142 | 24 |
| Binary | 1 | 1111 | 1100110 | 1100011 | 1010101 | 0 | 111100 | 11101000 | 1100010 | 10100 |
Color Harmonies of #010F66
Complementary color
Monochromatic Colors of #010F66
Black with #010F66
Text Example
Text Example
White with #010F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F66; }
p { color: rgb(1,15,102); }
H1.HeaderClassName
{
color: #010F66;
}
.AnyTagClassName
{
color: #010F66;
}
</style>
background-color css
<style>
a { background-color: #010F66; }
a { background-color: rgb(1,15,102); }
div.DivClassName
{
background-color: #010F66;
}
.BgClassName
{
background-color: #010F66;
}
</style>
border-color css
<style>
span { border-color: #010F66; }
span { border-color: rgb(1,15,102); }
td.TdClassName
{
border-color: #010F66;
}
.TagClassName
{
border-color: #010F66;
}
</style>