Shades of Sapphire #0F2F71
Tints of Sapphire #0F2F71
RGB
CMYK
RGB Variations
Color information
#0F2F71 (or 0x0F2F71) is known color: Sapphire. HEX triplet: 0F, 2F and 71. RGB value is (15,47,113). Sum of RGB (Red+Green+Blue) = 15+47+113=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F2F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2F71 is #F0D08E. Grayscale: #2C2C2C. Windows color (decimal): -15782031 or 7417615. OLE color: 7417615.
HSL color Cylindrical-coordinate representation of color #0F2F71: hue angle of 220.41º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2F71 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 47 | 113 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.56 |
| HSL | 220.41º | 0.77% | 0.25% | - |
| HSV(B) | 220.41º | 0.87% | 0.44% | - |
| XYZ | 4.19 | 3.33 | 16.04 | - |
| YUV | 44.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 113 | 0.87 | 0.58 | 0 | 0.56 | 220.41 | 0.77 | 0.25 |
| Hex | F | 2F | 71 | 57 | 3A | 0 | 38 | DC | 4D | 19 |
| Octal | 17 | 57 | 161 | 127 | 72 | 0 | 70 | 334 | 115 | 31 |
| Binary | 1111 | 101111 | 1110001 | 1010111 | 111010 | 0 | 111000 | 11011100 | 1001101 | 11001 |
Color Harmonies of #0F2F71
Complementary color
Monochromatic Colors of #0F2F71
Black with #0F2F71
Text Example
Text Example
White with #0F2F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F71; }
p { color: rgb(15,47,113); }
H1.HeaderClassName
{
color: #0F2F71;
}
.AnyTagClassName
{
color: #0F2F71;
}
</style>
background-color css
<style>
a { background-color: #0F2F71; }
a { background-color: rgb(15,47,113); }
div.DivClassName
{
background-color: #0F2F71;
}
.BgClassName
{
background-color: #0F2F71;
}
</style>
border-color css
<style>
span { border-color: #0F2F71; }
span { border-color: rgb(15,47,113); }
td.TdClassName
{
border-color: #0F2F71;
}
.TagClassName
{
border-color: #0F2F71;
}
</style>