Shades of Sapphire #0F2456
Tints of Sapphire #0F2456
RGB
CMYK
RGB Variations
Color information
#0F2456 (or 0x0F2456) is known color: Sapphire. HEX triplet: 0F, 24 and 56. RGB value is (15,36,86). Sum of RGB (Red+Green+Blue) = 15+36+86=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F2456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2456 is #F0DBA9. Grayscale: #232323. Windows color (decimal): -15784874 or 5645327. OLE color: 5645327.
HSL color Cylindrical-coordinate representation of color #0F2456: hue angle of 222.25º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F2456 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 36 | 86 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.66 |
| HSL | 222.25º | 0.7% | 0.2% | - |
| HSV(B) | 222.25º | 0.83% | 0.34% | - |
| XYZ | 2.51 | 2.04 | 9.06 | - |
| YUV | 35.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 86 | 0.83 | 0.58 | 0 | 0.66 | 222.25 | 0.7 | 0.2 |
| Hex | F | 24 | 56 | 53 | 3A | 0 | 42 | DE | 46 | 14 |
| Octal | 17 | 44 | 126 | 123 | 72 | 0 | 102 | 336 | 106 | 24 |
| Binary | 1111 | 100100 | 1010110 | 1010011 | 111010 | 0 | 1000010 | 11011110 | 1000110 | 10100 |
Color Harmonies of #0F2456
Complementary color
Monochromatic Colors of #0F2456
Black with #0F2456
Text Example
Text Example
White with #0F2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2456; }
p { color: rgb(15,36,86); }
H1.HeaderClassName
{
color: #0F2456;
}
.AnyTagClassName
{
color: #0F2456;
}
</style>
background-color css
<style>
a { background-color: #0F2456; }
a { background-color: rgb(15,36,86); }
div.DivClassName
{
background-color: #0F2456;
}
.BgClassName
{
background-color: #0F2456;
}
</style>
border-color css
<style>
span { border-color: #0F2456; }
span { border-color: rgb(15,36,86); }
td.TdClassName
{
border-color: #0F2456;
}
.TagClassName
{
border-color: #0F2456;
}
</style>