Shades of Sapphire #0F2978
Tints of Sapphire #0F2978
RGB
CMYK
RGB Variations
Color information
#0F2978 (or 0x0F2978) is known color: Sapphire. HEX triplet: 0F, 29 and 78. RGB value is (15,41,120). Sum of RGB (Red+Green+Blue) = 15+41+120=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F2978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2978 is #F0D687. Grayscale: #292929. Windows color (decimal): -15783560 or 7874831. OLE color: 7874831.
HSL color Cylindrical-coordinate representation of color #0F2978: hue angle of 225.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2978 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 41 | 120 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.53 |
| HSL | 225.14º | 0.78% | 0.26% | - |
| HSV(B) | 225.14º | 0.88% | 0.47% | - |
| XYZ | 4.38 | 3.04 | 18.13 | - |
| YUV | 42.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 120 | 0.87 | 0.66 | 0 | 0.53 | 225.14 | 0.78 | 0.26 |
| Hex | F | 29 | 78 | 57 | 42 | 0 | 35 | E1 | 4E | 1A |
| Octal | 17 | 51 | 170 | 127 | 102 | 0 | 65 | 341 | 116 | 32 |
| Binary | 1111 | 101001 | 1111000 | 1010111 | 1000010 | 0 | 110101 | 11100001 | 1001110 | 11010 |
Color Harmonies of #0F2978
Complementary color
Monochromatic Colors of #0F2978
Black with #0F2978
Text Example
Text Example
White with #0F2978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2978; }
p { color: rgb(15,41,120); }
H1.HeaderClassName
{
color: #0F2978;
}
.AnyTagClassName
{
color: #0F2978;
}
</style>
background-color css
<style>
a { background-color: #0F2978; }
a { background-color: rgb(15,41,120); }
div.DivClassName
{
background-color: #0F2978;
}
.BgClassName
{
background-color: #0F2978;
}
</style>
border-color css
<style>
span { border-color: #0F2978; }
span { border-color: rgb(15,41,120); }
td.TdClassName
{
border-color: #0F2978;
}
.TagClassName
{
border-color: #0F2978;
}
</style>