Shades of Sapphire #0F296C
Tints of Sapphire #0F296C
RGB
CMYK
RGB Variations
Color information
#0F296C (or 0x0F296C) is known color: Sapphire. HEX triplet: 0F, 29 and 6C. RGB value is (15,41,108). Sum of RGB (Red+Green+Blue) = 15+41+108=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F296C is #F0D693. Grayscale: #282828. Windows color (decimal): -15783572 or 7088399. OLE color: 7088399.
HSL color Cylindrical-coordinate representation of color #0F296C: hue angle of 223.23º degrees, saturation: 0.76, 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 #0F296C is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 41 | 108 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.58 |
| HSL | 223.23º | 0.76% | 0.24% | - |
| HSV(B) | 223.23º | 0.86% | 0.42% | - |
| XYZ | 3.7 | 2.77 | 14.53 | - |
| YUV | 40.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 108 | 0.86 | 0.62 | 0 | 0.58 | 223.23 | 0.76 | 0.24 |
| Hex | F | 29 | 6C | 56 | 3E | 0 | 3A | DF | 4C | 18 |
| Octal | 17 | 51 | 154 | 126 | 76 | 0 | 72 | 337 | 114 | 30 |
| Binary | 1111 | 101001 | 1101100 | 1010110 | 111110 | 0 | 111010 | 11011111 | 1001100 | 11000 |
Color Harmonies of #0F296C
Complementary color
Monochromatic Colors of #0F296C
Black with #0F296C
Text Example
Text Example
White with #0F296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F296C; }
p { color: rgb(15,41,108); }
H1.HeaderClassName
{
color: #0F296C;
}
.AnyTagClassName
{
color: #0F296C;
}
</style>
background-color css
<style>
a { background-color: #0F296C; }
a { background-color: rgb(15,41,108); }
div.DivClassName
{
background-color: #0F296C;
}
.BgClassName
{
background-color: #0F296C;
}
</style>
border-color css
<style>
span { border-color: #0F296C; }
span { border-color: rgb(15,41,108); }
td.TdClassName
{
border-color: #0F296C;
}
.TagClassName
{
border-color: #0F296C;
}
</style>