Shades of Sapphire #0F336D
Tints of Sapphire #0F336D
RGB
CMYK
RGB Variations
Color information
#0F336D (or 0x0F336D) is known color: Sapphire. HEX triplet: 0F, 33 and 6D. RGB value is (15,51,109). Sum of RGB (Red+Green+Blue) = 15+51+109=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F336D is #F0CC92. Grayscale: #2E2E2E. Windows color (decimal): -15781011 or 7156495. OLE color: 7156495.
HSL color Cylindrical-coordinate representation of color #0F336D: hue angle of 217.02º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F336D is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 51 | 109 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.57 |
| HSL | 217.02º | 0.76% | 0.24% | - |
| HSV(B) | 217.02º | 0.86% | 0.43% | - |
| XYZ | 4.14 | 3.57 | 14.94 | - |
| YUV | 46.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 109 | 0.86 | 0.53 | 0 | 0.57 | 217.02 | 0.76 | 0.24 |
| Hex | F | 33 | 6D | 56 | 35 | 0 | 39 | D9 | 4C | 18 |
| Octal | 17 | 63 | 155 | 126 | 65 | 0 | 71 | 331 | 114 | 30 |
| Binary | 1111 | 110011 | 1101101 | 1010110 | 110101 | 0 | 111001 | 11011001 | 1001100 | 11000 |
Color Harmonies of #0F336D
Complementary color
Monochromatic Colors of #0F336D
Black with #0F336D
Text Example
Text Example
White with #0F336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F336D; }
p { color: rgb(15,51,109); }
H1.HeaderClassName
{
color: #0F336D;
}
.AnyTagClassName
{
color: #0F336D;
}
</style>
background-color css
<style>
a { background-color: #0F336D; }
a { background-color: rgb(15,51,109); }
div.DivClassName
{
background-color: #0F336D;
}
.BgClassName
{
background-color: #0F336D;
}
</style>
border-color css
<style>
span { border-color: #0F336D; }
span { border-color: rgb(15,51,109); }
td.TdClassName
{
border-color: #0F336D;
}
.TagClassName
{
border-color: #0F336D;
}
</style>