Shades of Sapphire #0F346E
Tints of Sapphire #0F346E
RGB
CMYK
RGB Variations
Color information
#0F346E (or 0x0F346E) is known color: Sapphire. HEX triplet: 0F, 34 and 6E. RGB value is (15,52,110). Sum of RGB (Red+Green+Blue) = 15+52+110=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F346E is #F0CB91. Grayscale: #2F2F2F. Windows color (decimal): -15780754 or 7222287. OLE color: 7222287.
HSL color Cylindrical-coordinate representation of color #0F346E: hue angle of 216.63º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F346E is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 52 | 110 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.57 |
| HSL | 216.63º | 0.76% | 0.25% | - |
| HSV(B) | 216.63º | 0.86% | 0.43% | - |
| XYZ | 4.24 | 3.68 | 15.24 | - |
| YUV | 47.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 110 | 0.86 | 0.53 | 0 | 0.57 | 216.63 | 0.76 | 0.25 |
| Hex | F | 34 | 6E | 56 | 35 | 0 | 39 | D9 | 4C | 19 |
| Octal | 17 | 64 | 156 | 126 | 65 | 0 | 71 | 331 | 114 | 31 |
| Binary | 1111 | 110100 | 1101110 | 1010110 | 110101 | 0 | 111001 | 11011001 | 1001100 | 11001 |
Color Harmonies of #0F346E
Complementary color
Monochromatic Colors of #0F346E
Black with #0F346E
Text Example
Text Example
White with #0F346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F346E; }
p { color: rgb(15,52,110); }
H1.HeaderClassName
{
color: #0F346E;
}
.AnyTagClassName
{
color: #0F346E;
}
</style>
background-color css
<style>
a { background-color: #0F346E; }
a { background-color: rgb(15,52,110); }
div.DivClassName
{
background-color: #0F346E;
}
.BgClassName
{
background-color: #0F346E;
}
</style>
border-color css
<style>
span { border-color: #0F346E; }
span { border-color: rgb(15,52,110); }
td.TdClassName
{
border-color: #0F346E;
}
.TagClassName
{
border-color: #0F346E;
}
</style>