Shades of Sapphire #000F52
Tints of Sapphire #000F52
RGB
CMYK
RGB Variations
Color information
#000F52 (or 0x000F52) is known color: Sapphire. HEX triplet: 00, 0F and 52. RGB value is (0,15,82). Sum of RGB (Red+Green+Blue) = 0+15+82=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 82 (32.42% from 255 or 84.54% from 97); Max value from RGB is 82 - color contains mainly: blue. Hex color #000F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F52 is #FFF0AD. Grayscale: #111111. Windows color (decimal): -16773294 or 5377792. OLE color: 5377792.
HSL color Cylindrical-coordinate representation of color #000F52: hue angle of 229.02º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F52 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 15 | 82 | - |
| CMYK | 1 | 0.82 | 0 | 0.68 |
| HSL | 229.02º | 1% | 0.16% | - |
| HSV(B) | 229.02º | 1% | 0.32% | - |
| XYZ | 1.69 | 0.95 | 8.08 | - |
| YUV | 18.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 82 | 1 | 0.82 | 0 | 0.68 | 229.02 | 1 | 0.16 |
| Hex | 0 | F | 52 | 64 | 52 | 0 | 44 | E5 | 64 | 10 |
| Octal | 0 | 17 | 122 | 144 | 122 | 0 | 104 | 345 | 144 | 20 |
| Binary | 0 | 1111 | 1010010 | 1100100 | 1010010 | 0 | 1000100 | 11100101 | 1100100 | 10000 |
Color Harmonies of #000F52
Complementary color
Monochromatic Colors of #000F52
Black with #000F52
Text Example
Text Example
White with #000F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F52; }
p { color: rgb(0,15,82); }
H1.HeaderClassName
{
color: #000F52;
}
.AnyTagClassName
{
color: #000F52;
}
</style>
background-color css
<style>
a { background-color: #000F52; }
a { background-color: rgb(0,15,82); }
div.DivClassName
{
background-color: #000F52;
}
.BgClassName
{
background-color: #000F52;
}
</style>
border-color css
<style>
span { border-color: #000F52; }
span { border-color: rgb(0,15,82); }
td.TdClassName
{
border-color: #000F52;
}
.TagClassName
{
border-color: #000F52;
}
</style>