Shades of Sapphire #000F53
Tints of Sapphire #000F53
RGB
CMYK
RGB Variations
Color information
#000F53 (or 0x000F53) is known color: Sapphire. HEX triplet: 00, 0F and 53. RGB value is (0,15,83). Sum of RGB (Red+Green+Blue) = 0+15+83=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 83 (32.81% from 255 or 84.69% from 98); Max value from RGB is 83 - color contains mainly: blue. Hex color #000F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F53 is #FFF0AC. Grayscale: #111111. Windows color (decimal): -16773293 or 5443328. OLE color: 5443328.
HSL color Cylindrical-coordinate representation of color #000F53: hue angle of 229.16º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F53 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 15 | 83 | - |
| CMYK | 1 | 0.82 | 0 | 0.67 |
| HSL | 229.16º | 1% | 0.16% | - |
| HSV(B) | 229.16º | 1% | 0.33% | - |
| XYZ | 1.73 | 0.97 | 8.28 | - |
| YUV | 18.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 83 | 1 | 0.82 | 0 | 0.67 | 229.16 | 1 | 0.16 |
| Hex | 0 | F | 53 | 64 | 52 | 0 | 43 | E5 | 64 | 10 |
| Octal | 0 | 17 | 123 | 144 | 122 | 0 | 103 | 345 | 144 | 20 |
| Binary | 0 | 1111 | 1010011 | 1100100 | 1010010 | 0 | 1000011 | 11100101 | 1100100 | 10000 |
Color Harmonies of #000F53
Complementary color
Monochromatic Colors of #000F53
Black with #000F53
Text Example
Text Example
White with #000F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F53; }
p { color: rgb(0,15,83); }
H1.HeaderClassName
{
color: #000F53;
}
.AnyTagClassName
{
color: #000F53;
}
</style>
background-color css
<style>
a { background-color: #000F53; }
a { background-color: rgb(0,15,83); }
div.DivClassName
{
background-color: #000F53;
}
.BgClassName
{
background-color: #000F53;
}
</style>
border-color css
<style>
span { border-color: #000F53; }
span { border-color: rgb(0,15,83); }
td.TdClassName
{
border-color: #000F53;
}
.TagClassName
{
border-color: #000F53;
}
</style>