Shades of Sapphire #010F54
Tints of Sapphire #010F54
RGB
CMYK
RGB Variations
Color information
#010F54 (or 0x010F54) is known color: Sapphire. HEX triplet: 01, 0F and 54. RGB value is (1,15,84). Sum of RGB (Red+Green+Blue) = 1+15+84=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 84 (33.20% from 255 or 84% from 100); Max value from RGB is 84 - color contains mainly: blue. Hex color #010F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F54 is #FEF0AB. Grayscale: #121212. Windows color (decimal): -16707756 or 5508865. OLE color: 5508865.
HSL color Cylindrical-coordinate representation of color #010F54: hue angle of 229.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F54 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 15 | 84 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.67 |
| HSL | 229.88º | 0.98% | 0.17% | - |
| HSV(B) | 229.88º | 0.99% | 0.33% | - |
| XYZ | 1.78 | 0.99 | 8.48 | - |
| YUV | 18.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 84 | 0.99 | 0.82 | 0 | 0.67 | 229.88 | 0.98 | 0.17 |
| Hex | 1 | F | 54 | 63 | 52 | 0 | 43 | E6 | 62 | 11 |
| Octal | 1 | 17 | 124 | 143 | 122 | 0 | 103 | 346 | 142 | 21 |
| Binary | 1 | 1111 | 1010100 | 1100011 | 1010010 | 0 | 1000011 | 11100110 | 1100010 | 10001 |
Color Harmonies of #010F54
Complementary color
Monochromatic Colors of #010F54
Black with #010F54
Text Example
Text Example
White with #010F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F54; }
p { color: rgb(1,15,84); }
H1.HeaderClassName
{
color: #010F54;
}
.AnyTagClassName
{
color: #010F54;
}
</style>
background-color css
<style>
a { background-color: #010F54; }
a { background-color: rgb(1,15,84); }
div.DivClassName
{
background-color: #010F54;
}
.BgClassName
{
background-color: #010F54;
}
</style>
border-color css
<style>
span { border-color: #010F54; }
span { border-color: rgb(1,15,84); }
td.TdClassName
{
border-color: #010F54;
}
.TagClassName
{
border-color: #010F54;
}
</style>