Shades of Sapphire #0F2168
Tints of Sapphire #0F2168
RGB
CMYK
RGB Variations
Color information
#0F2168 (or 0x0F2168) is known color: Sapphire. HEX triplet: 0F, 21 and 68. RGB value is (15,33,104). Sum of RGB (Red+Green+Blue) = 15+33+104=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F2168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2168 is #F0DE97. Grayscale: #232323. Windows color (decimal): -15785624 or 6824207. OLE color: 6824207.
HSL color Cylindrical-coordinate representation of color #0F2168: hue angle of 227.87º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F2168 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 33 | 104 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.59 |
| HSL | 227.87º | 0.75% | 0.23% | - |
| HSV(B) | 227.87º | 0.86% | 0.41% | - |
| XYZ | 3.24 | 2.19 | 13.35 | - |
| YUV | 35.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 104 | 0.86 | 0.68 | 0 | 0.59 | 227.87 | 0.75 | 0.23 |
| Hex | F | 21 | 68 | 56 | 44 | 0 | 3B | E4 | 4B | 17 |
| Octal | 17 | 41 | 150 | 126 | 104 | 0 | 73 | 344 | 113 | 27 |
| Binary | 1111 | 100001 | 1101000 | 1010110 | 1000100 | 0 | 111011 | 11100100 | 1001011 | 10111 |
Color Harmonies of #0F2168
Complementary color
Monochromatic Colors of #0F2168
Black with #0F2168
Text Example
Text Example
White with #0F2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2168; }
p { color: rgb(15,33,104); }
H1.HeaderClassName
{
color: #0F2168;
}
.AnyTagClassName
{
color: #0F2168;
}
</style>
background-color css
<style>
a { background-color: #0F2168; }
a { background-color: rgb(15,33,104); }
div.DivClassName
{
background-color: #0F2168;
}
.BgClassName
{
background-color: #0F2168;
}
</style>
border-color css
<style>
span { border-color: #0F2168; }
span { border-color: rgb(15,33,104); }
td.TdClassName
{
border-color: #0F2168;
}
.TagClassName
{
border-color: #0F2168;
}
</style>