Shades of Sapphire #010F52
Tints of Sapphire #010F52
RGB
CMYK
RGB Variations
Color information
#010F52 (or 0x010F52) is known color: Sapphire. HEX triplet: 01, 0F and 52. RGB value is (1,15,82). Sum of RGB (Red+Green+Blue) = 1+15+82=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 82 (32.42% from 255 or 83.67% from 98); Max value from RGB is 82 - color contains mainly: blue. Hex color #010F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F52 is #FEF0AD. Grayscale: #121212. Windows color (decimal): -16707758 or 5377793. OLE color: 5377793.
HSL color Cylindrical-coordinate representation of color #010F52: hue angle of 229.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F52 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 15 | 82 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.68 |
| HSL | 229.63º | 0.98% | 0.16% | - |
| HSV(B) | 229.63º | 0.99% | 0.32% | - |
| XYZ | 1.71 | 0.96 | 8.08 | - |
| YUV | 18.45 | 163.86 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 82 | 0.99 | 0.82 | 0 | 0.68 | 229.63 | 0.98 | 0.16 |
| Hex | 1 | F | 52 | 63 | 52 | 0 | 44 | E6 | 62 | 10 |
| Octal | 1 | 17 | 122 | 143 | 122 | 0 | 104 | 346 | 142 | 20 |
| Binary | 1 | 1111 | 1010010 | 1100011 | 1010010 | 0 | 1000100 | 11100110 | 1100010 | 10000 |
Color Harmonies of #010F52
Complementary color
Monochromatic Colors of #010F52
Black with #010F52
Text Example
Text Example
White with #010F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F52; }
p { color: rgb(1,15,82); }
H1.HeaderClassName
{
color: #010F52;
}
.AnyTagClassName
{
color: #010F52;
}
</style>
background-color css
<style>
a { background-color: #010F52; }
a { background-color: rgb(1,15,82); }
div.DivClassName
{
background-color: #010F52;
}
.BgClassName
{
background-color: #010F52;
}
</style>
border-color css
<style>
span { border-color: #010F52; }
span { border-color: rgb(1,15,82); }
td.TdClassName
{
border-color: #010F52;
}
.TagClassName
{
border-color: #010F52;
}
</style>