Shades of Sapphire #0F3371
Tints of Sapphire #0F3371
RGB
CMYK
RGB Variations
Color information
#0F3371 (or 0x0F3371) is known color: Sapphire. HEX triplet: 0F, 33 and 71. RGB value is (15,51,113). Sum of RGB (Red+Green+Blue) = 15+51+113=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F3371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3371 is #F0CC8E. Grayscale: #2F2F2F. Windows color (decimal): -15781007 or 7418639. OLE color: 7418639.
HSL color Cylindrical-coordinate representation of color #0F3371: hue angle of 217.96º 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 #0F3371 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 51 | 113 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.56 |
| HSL | 217.96º | 0.77% | 0.25% | - |
| HSV(B) | 217.96º | 0.87% | 0.44% | - |
| XYZ | 4.36 | 3.66 | 16.1 | - |
| YUV | 47.3 | 165.07 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 113 | 0.87 | 0.55 | 0 | 0.56 | 217.96 | 0.77 | 0.25 |
| Hex | F | 33 | 71 | 57 | 37 | 0 | 38 | DA | 4D | 19 |
| Octal | 17 | 63 | 161 | 127 | 67 | 0 | 70 | 332 | 115 | 31 |
| Binary | 1111 | 110011 | 1110001 | 1010111 | 110111 | 0 | 111000 | 11011010 | 1001101 | 11001 |
Color Harmonies of #0F3371
Complementary color
Monochromatic Colors of #0F3371
Black with #0F3371
Text Example
Text Example
White with #0F3371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3371; }
p { color: rgb(15,51,113); }
H1.HeaderClassName
{
color: #0F3371;
}
.AnyTagClassName
{
color: #0F3371;
}
</style>
background-color css
<style>
a { background-color: #0F3371; }
a { background-color: rgb(15,51,113); }
div.DivClassName
{
background-color: #0F3371;
}
.BgClassName
{
background-color: #0F3371;
}
</style>
border-color css
<style>
span { border-color: #0F3371; }
span { border-color: rgb(15,51,113); }
td.TdClassName
{
border-color: #0F3371;
}
.TagClassName
{
border-color: #0F3371;
}
</style>