Shades of Sapphire #0F1851
Tints of Sapphire #0F1851
RGB
CMYK
RGB Variations
Color information
#0F1851 (or 0x0F1851) is known color: Sapphire. HEX triplet: 0F, 18 and 51. RGB value is (15,24,81). Sum of RGB (Red+Green+Blue) = 15+24+81=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F1851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1851 is #F0E7AE. Grayscale: #1B1B1B. Windows color (decimal): -15787951 or 5314575. OLE color: 5314575.
HSL color Cylindrical-coordinate representation of color #0F1851: hue angle of 231.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1851 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 24 | 81 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.68 |
| HSL | 231.82º | 0.69% | 0.19% | - |
| HSV(B) | 231.82º | 0.81% | 0.32% | - |
| XYZ | 2.01 | 1.35 | 7.94 | - |
| YUV | 27.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 81 | 0.81 | 0.70 | 0 | 0.68 | 231.82 | 0.69 | 0.19 |
| Hex | F | 18 | 51 | 51 | 46 | 0 | 44 | E8 | 45 | 13 |
| Octal | 17 | 30 | 121 | 121 | 106 | 0 | 104 | 350 | 105 | 23 |
| Binary | 1111 | 11000 | 1010001 | 1010001 | 1000110 | 0 | 1000100 | 11101000 | 1000101 | 10011 |
Color Harmonies of #0F1851
Complementary color
Monochromatic Colors of #0F1851
Black with #0F1851
Text Example
Text Example
White with #0F1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1851; }
p { color: rgb(15,24,81); }
H1.HeaderClassName
{
color: #0F1851;
}
.AnyTagClassName
{
color: #0F1851;
}
</style>
background-color css
<style>
a { background-color: #0F1851; }
a { background-color: rgb(15,24,81); }
div.DivClassName
{
background-color: #0F1851;
}
.BgClassName
{
background-color: #0F1851;
}
</style>
border-color css
<style>
span { border-color: #0F1851; }
span { border-color: rgb(15,24,81); }
td.TdClassName
{
border-color: #0F1851;
}
.TagClassName
{
border-color: #0F1851;
}
</style>