Shades of Sapphire #000F50
Tints of Sapphire #000F50
RGB
CMYK
RGB Variations
Color information
#000F50 (or 0x000F50) is known color: Sapphire. HEX triplet: 00, 0F and 50. RGB value is (0,15,80). Sum of RGB (Red+Green+Blue) = 0+15+80=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 80 (31.64% from 255 or 84.21% from 95); Max value from RGB is 80 - color contains mainly: blue. Hex color #000F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F50 is #FFF0AF. Grayscale: #111111. Windows color (decimal): -16773296 or 5246720. OLE color: 5246720.
HSL color Cylindrical-coordinate representation of color #000F50: hue angle of 228.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F50 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 15 | 80 | - |
| CMYK | 1 | 0.81 | 0 | 0.69 |
| HSL | 228.75º | 1% | 0.16% | - |
| HSV(B) | 228.75º | 1% | 0.31% | - |
| XYZ | 1.62 | 0.92 | 7.68 | - |
| YUV | 17.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 80 | 1 | 0.81 | 0 | 0.69 | 228.75 | 1 | 0.16 |
| Hex | 0 | F | 50 | 64 | 51 | 0 | 45 | E5 | 64 | 10 |
| Octal | 0 | 17 | 120 | 144 | 121 | 0 | 105 | 345 | 144 | 20 |
| Binary | 0 | 1111 | 1010000 | 1100100 | 1010001 | 0 | 1000101 | 11100101 | 1100100 | 10000 |
Color Harmonies of #000F50
Complementary color
Monochromatic Colors of #000F50
Black with #000F50
Text Example
Text Example
White with #000F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F50; }
p { color: rgb(0,15,80); }
H1.HeaderClassName
{
color: #000F50;
}
.AnyTagClassName
{
color: #000F50;
}
</style>
background-color css
<style>
a { background-color: #000F50; }
a { background-color: rgb(0,15,80); }
div.DivClassName
{
background-color: #000F50;
}
.BgClassName
{
background-color: #000F50;
}
</style>
border-color css
<style>
span { border-color: #000F50; }
span { border-color: rgb(0,15,80); }
td.TdClassName
{
border-color: #000F50;
}
.TagClassName
{
border-color: #000F50;
}
</style>