Shades of Sapphire #0F317F
Tints of Sapphire #0F317F
RGB
CMYK
RGB Variations
Color information
#0F317F (or 0x0F317F) is known color: Sapphire. HEX triplet: 0F, 31 and 7F. RGB value is (15,49,127). Sum of RGB (Red+Green+Blue) = 15+49+127=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F317F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F317F is #F0CE80. Grayscale: #2F2F2F. Windows color (decimal): -15781505 or 8335631. OLE color: 8335631.
HSL color Cylindrical-coordinate representation of color #0F317F: hue angle of 221.79º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F317F is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 49 | 127 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.50 |
| HSL | 221.79º | 0.79% | 0.28% | - |
| HSV(B) | 221.79º | 0.88% | 0.5% | - |
| XYZ | 5.13 | 3.83 | 20.55 | - |
| YUV | 47.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 127 | 0.88 | 0.61 | 0 | 0.50 | 221.79 | 0.79 | 0.28 |
| Hex | F | 31 | 7F | 58 | 3D | 0 | 32 | DE | 4F | 1C |
| Octal | 17 | 61 | 177 | 130 | 75 | 0 | 62 | 336 | 117 | 34 |
| Binary | 1111 | 110001 | 1111111 | 1011000 | 111101 | 0 | 110010 | 11011110 | 1001111 | 11100 |
Color Harmonies of #0F317F
Complementary color
Monochromatic Colors of #0F317F
Black with #0F317F
Text Example
Text Example
White with #0F317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F317F; }
p { color: rgb(15,49,127); }
H1.HeaderClassName
{
color: #0F317F;
}
.AnyTagClassName
{
color: #0F317F;
}
</style>
background-color css
<style>
a { background-color: #0F317F; }
a { background-color: rgb(15,49,127); }
div.DivClassName
{
background-color: #0F317F;
}
.BgClassName
{
background-color: #0F317F;
}
</style>
border-color css
<style>
span { border-color: #0F317F; }
span { border-color: rgb(15,49,127); }
td.TdClassName
{
border-color: #0F317F;
}
.TagClassName
{
border-color: #0F317F;
}
</style>