Shades of Sapphire #0F336B
Tints of Sapphire #0F336B
RGB
CMYK
RGB Variations
Color information
#0F336B (or 0x0F336B) is known color: Sapphire. HEX triplet: 0F, 33 and 6B. RGB value is (15,51,107). Sum of RGB (Red+Green+Blue) = 15+51+107=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F336B is #F0CC94. Grayscale: #2E2E2E. Windows color (decimal): -15781013 or 7025423. OLE color: 7025423.
HSL color Cylindrical-coordinate representation of color #0F336B: hue angle of 216.52º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F336B is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 51 | 107 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.58 |
| HSL | 216.52º | 0.75% | 0.24% | - |
| HSV(B) | 216.52º | 0.86% | 0.42% | - |
| XYZ | 4.03 | 3.53 | 14.38 | - |
| YUV | 46.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 107 | 0.86 | 0.52 | 0 | 0.58 | 216.52 | 0.75 | 0.24 |
| Hex | F | 33 | 6B | 56 | 34 | 0 | 3A | D9 | 4B | 18 |
| Octal | 17 | 63 | 153 | 126 | 64 | 0 | 72 | 331 | 113 | 30 |
| Binary | 1111 | 110011 | 1101011 | 1010110 | 110100 | 0 | 111010 | 11011001 | 1001011 | 11000 |
Color Harmonies of #0F336B
Complementary color
Monochromatic Colors of #0F336B
Black with #0F336B
Text Example
Text Example
White with #0F336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F336B; }
p { color: rgb(15,51,107); }
H1.HeaderClassName
{
color: #0F336B;
}
.AnyTagClassName
{
color: #0F336B;
}
</style>
background-color css
<style>
a { background-color: #0F336B; }
a { background-color: rgb(15,51,107); }
div.DivClassName
{
background-color: #0F336B;
}
.BgClassName
{
background-color: #0F336B;
}
</style>
border-color css
<style>
span { border-color: #0F336B; }
span { border-color: rgb(15,51,107); }
td.TdClassName
{
border-color: #0F336B;
}
.TagClassName
{
border-color: #0F336B;
}
</style>