Shades of Sapphire #0F2558
Tints of Sapphire #0F2558
RGB
CMYK
RGB Variations
Color information
#0F2558 (or 0x0F2558) is known color: Sapphire. HEX triplet: 0F, 25 and 58. RGB value is (15,37,88). Sum of RGB (Red+Green+Blue) = 15+37+88=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F2558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2558 is #F0DAA7. Grayscale: #242424. Windows color (decimal): -15784616 or 5776655. OLE color: 5776655.
HSL color Cylindrical-coordinate representation of color #0F2558: hue angle of 221.92º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F2558 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 37 | 88 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.65 |
| HSL | 221.92º | 0.71% | 0.2% | - |
| HSV(B) | 221.92º | 0.83% | 0.35% | - |
| XYZ | 2.62 | 2.13 | 9.51 | - |
| YUV | 36.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 88 | 0.83 | 0.58 | 0 | 0.65 | 221.92 | 0.71 | 0.2 |
| Hex | F | 25 | 58 | 53 | 3A | 0 | 41 | DE | 47 | 14 |
| Octal | 17 | 45 | 130 | 123 | 72 | 0 | 101 | 336 | 107 | 24 |
| Binary | 1111 | 100101 | 1011000 | 1010011 | 111010 | 0 | 1000001 | 11011110 | 1000111 | 10100 |
Color Harmonies of #0F2558
Complementary color
Monochromatic Colors of #0F2558
Black with #0F2558
Text Example
Text Example
White with #0F2558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2558; }
p { color: rgb(15,37,88); }
H1.HeaderClassName
{
color: #0F2558;
}
.AnyTagClassName
{
color: #0F2558;
}
</style>
background-color css
<style>
a { background-color: #0F2558; }
a { background-color: rgb(15,37,88); }
div.DivClassName
{
background-color: #0F2558;
}
.BgClassName
{
background-color: #0F2558;
}
</style>
border-color css
<style>
span { border-color: #0F2558; }
span { border-color: rgb(15,37,88); }
td.TdClassName
{
border-color: #0F2558;
}
.TagClassName
{
border-color: #0F2558;
}
</style>