Shades of Sapphire #0F3268
Tints of Sapphire #0F3268
RGB
CMYK
RGB Variations
Color information
#0F3268 (or 0x0F3268) is known color: Sapphire. HEX triplet: 0F, 32 and 68. RGB value is (15,50,104). Sum of RGB (Red+Green+Blue) = 15+50+104=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F3268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3268 is #F0CD97. Grayscale: #2D2D2D. Windows color (decimal): -15781272 or 6828559. OLE color: 6828559.
HSL color Cylindrical-coordinate representation of color #0F3268: hue angle of 216.4º 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 #0F3268 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 50 | 104 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.59 |
| HSL | 216.4º | 0.75% | 0.23% | - |
| HSV(B) | 216.4º | 0.86% | 0.41% | - |
| XYZ | 3.84 | 3.38 | 13.55 | - |
| YUV | 45.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 104 | 0.86 | 0.52 | 0 | 0.59 | 216.4 | 0.75 | 0.23 |
| Hex | F | 32 | 68 | 56 | 34 | 0 | 3B | D8 | 4B | 17 |
| Octal | 17 | 62 | 150 | 126 | 64 | 0 | 73 | 330 | 113 | 27 |
| Binary | 1111 | 110010 | 1101000 | 1010110 | 110100 | 0 | 111011 | 11011000 | 1001011 | 10111 |
Color Harmonies of #0F3268
Complementary color
Monochromatic Colors of #0F3268
Black with #0F3268
Text Example
Text Example
White with #0F3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3268; }
p { color: rgb(15,50,104); }
H1.HeaderClassName
{
color: #0F3268;
}
.AnyTagClassName
{
color: #0F3268;
}
</style>
background-color css
<style>
a { background-color: #0F3268; }
a { background-color: rgb(15,50,104); }
div.DivClassName
{
background-color: #0F3268;
}
.BgClassName
{
background-color: #0F3268;
}
</style>
border-color css
<style>
span { border-color: #0F3268; }
span { border-color: rgb(15,50,104); }
td.TdClassName
{
border-color: #0F3268;
}
.TagClassName
{
border-color: #0F3268;
}
</style>