Shades of Sapphire #0F297A
Tints of Sapphire #0F297A
RGB
CMYK
RGB Variations
Color information
#0F297A (or 0x0F297A) is known color: Sapphire. HEX triplet: 0F, 29 and 7A. RGB value is (15,41,122). Sum of RGB (Red+Green+Blue) = 15+41+122=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F297A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F297A is #F0D685. Grayscale: #2A2A2A. Windows color (decimal): -15783558 or 8005903. OLE color: 8005903.
HSL color Cylindrical-coordinate representation of color #0F297A: hue angle of 225.42º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F297A is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 41 | 122 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.52 |
| HSL | 225.42º | 0.78% | 0.27% | - |
| HSV(B) | 225.42º | 0.88% | 0.48% | - |
| XYZ | 4.5 | 3.09 | 18.77 | - |
| YUV | 42.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 122 | 0.88 | 0.66 | 0 | 0.52 | 225.42 | 0.78 | 0.27 |
| Hex | F | 29 | 7A | 58 | 42 | 0 | 34 | E1 | 4E | 1B |
| Octal | 17 | 51 | 172 | 130 | 102 | 0 | 64 | 341 | 116 | 33 |
| Binary | 1111 | 101001 | 1111010 | 1011000 | 1000010 | 0 | 110100 | 11100001 | 1001110 | 11011 |
Color Harmonies of #0F297A
Complementary color
Monochromatic Colors of #0F297A
Black with #0F297A
Text Example
Text Example
White with #0F297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F297A; }
p { color: rgb(15,41,122); }
H1.HeaderClassName
{
color: #0F297A;
}
.AnyTagClassName
{
color: #0F297A;
}
</style>
background-color css
<style>
a { background-color: #0F297A; }
a { background-color: rgb(15,41,122); }
div.DivClassName
{
background-color: #0F297A;
}
.BgClassName
{
background-color: #0F297A;
}
</style>
border-color css
<style>
span { border-color: #0F297A; }
span { border-color: rgb(15,41,122); }
td.TdClassName
{
border-color: #0F297A;
}
.TagClassName
{
border-color: #0F297A;
}
</style>