Shades of Sapphire #010F53
Tints of Sapphire #010F53
RGB
CMYK
RGB Variations
Color information
#010F53 (or 0x010F53) is known color: Sapphire. HEX triplet: 01, 0F and 53. RGB value is (1,15,83). Sum of RGB (Red+Green+Blue) = 1+15+83=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 83 (32.81% from 255 or 83.84% from 99); Max value from RGB is 83 - color contains mainly: blue. Hex color #010F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F53 is #FEF0AC. Grayscale: #121212. Windows color (decimal): -16707757 or 5443329. OLE color: 5443329.
HSL color Cylindrical-coordinate representation of color #010F53: hue angle of 229.76º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F53 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 15 | 83 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.67 |
| HSL | 229.76º | 0.98% | 0.16% | - |
| HSV(B) | 229.76º | 0.99% | 0.33% | - |
| XYZ | 1.74 | 0.97 | 8.28 | - |
| YUV | 18.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 83 | 0.99 | 0.82 | 0 | 0.67 | 229.76 | 0.98 | 0.16 |
| Hex | 1 | F | 53 | 63 | 52 | 0 | 43 | E6 | 62 | 10 |
| Octal | 1 | 17 | 123 | 143 | 122 | 0 | 103 | 346 | 142 | 20 |
| Binary | 1 | 1111 | 1010011 | 1100011 | 1010010 | 0 | 1000011 | 11100110 | 1100010 | 10000 |
Color Harmonies of #010F53
Complementary color
Monochromatic Colors of #010F53
Black with #010F53
Text Example
Text Example
White with #010F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F53; }
p { color: rgb(1,15,83); }
H1.HeaderClassName
{
color: #010F53;
}
.AnyTagClassName
{
color: #010F53;
}
</style>
background-color css
<style>
a { background-color: #010F53; }
a { background-color: rgb(1,15,83); }
div.DivClassName
{
background-color: #010F53;
}
.BgClassName
{
background-color: #010F53;
}
</style>
border-color css
<style>
span { border-color: #010F53; }
span { border-color: rgb(1,15,83); }
td.TdClassName
{
border-color: #010F53;
}
.TagClassName
{
border-color: #010F53;
}
</style>