Shades of Sapphire #0F1F52
Tints of Sapphire #0F1F52
RGB
CMYK
RGB Variations
Color information
#0F1F52 (or 0x0F1F52) is known color: Sapphire. HEX triplet: 0F, 1F and 52. RGB value is (15,31,82). Sum of RGB (Red+Green+Blue) = 15+31+82=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F1F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1F52 is #F0E0AD. Grayscale: #1F1F1F. Windows color (decimal): -15786158 or 5381903. OLE color: 5381903.
HSL color Cylindrical-coordinate representation of color #0F1F52: hue angle of 225.67º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1F52 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 31 | 82 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.68 |
| HSL | 225.67º | 0.69% | 0.19% | - |
| HSV(B) | 225.67º | 0.82% | 0.32% | - |
| XYZ | 2.21 | 1.69 | 8.19 | - |
| YUV | 32.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 82 | 0.82 | 0.62 | 0 | 0.68 | 225.67 | 0.69 | 0.19 |
| Hex | F | 1F | 52 | 52 | 3E | 0 | 44 | E2 | 45 | 13 |
| Octal | 17 | 37 | 122 | 122 | 76 | 0 | 104 | 342 | 105 | 23 |
| Binary | 1111 | 11111 | 1010010 | 1010010 | 111110 | 0 | 1000100 | 11100010 | 1000101 | 10011 |
Color Harmonies of #0F1F52
Complementary color
Monochromatic Colors of #0F1F52
Black with #0F1F52
Text Example
Text Example
White with #0F1F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F52; }
p { color: rgb(15,31,82); }
H1.HeaderClassName
{
color: #0F1F52;
}
.AnyTagClassName
{
color: #0F1F52;
}
</style>
background-color css
<style>
a { background-color: #0F1F52; }
a { background-color: rgb(15,31,82); }
div.DivClassName
{
background-color: #0F1F52;
}
.BgClassName
{
background-color: #0F1F52;
}
</style>
border-color css
<style>
span { border-color: #0F1F52; }
span { border-color: rgb(15,31,82); }
td.TdClassName
{
border-color: #0F1F52;
}
.TagClassName
{
border-color: #0F1F52;
}
</style>