Shades of Sapphire #0F254D
Tints of Sapphire #0F254D
RGB
CMYK
RGB Variations
Color information
#0F254D (or 0x0F254D) is known color: Sapphire. HEX triplet: 0F, 25 and 4D. RGB value is (15,37,77). Sum of RGB (Red+Green+Blue) = 15+37+77=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F254D is #F0DAB2. Grayscale: #222222. Windows color (decimal): -15784627 or 5055759. OLE color: 5055759.
HSL color Cylindrical-coordinate representation of color #0F254D: hue angle of 218.71º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F254D is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 37 | 77 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.70 |
| HSL | 218.71º | 0.67% | 0.18% | - |
| HSV(B) | 218.71º | 0.81% | 0.3% | - |
| XYZ | 2.2 | 1.96 | 7.28 | - |
| YUV | 34.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 77 | 0.81 | 0.52 | 0 | 0.70 | 218.71 | 0.67 | 0.18 |
| Hex | F | 25 | 4D | 51 | 34 | 0 | 46 | DB | 43 | 12 |
| Octal | 17 | 45 | 115 | 121 | 64 | 0 | 106 | 333 | 103 | 22 |
| Binary | 1111 | 100101 | 1001101 | 1010001 | 110100 | 0 | 1000110 | 11011011 | 1000011 | 10010 |
Color Harmonies of #0F254D
Complementary color
Monochromatic Colors of #0F254D
Black with #0F254D
Text Example
Text Example
White with #0F254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F254D; }
p { color: rgb(15,37,77); }
H1.HeaderClassName
{
color: #0F254D;
}
.AnyTagClassName
{
color: #0F254D;
}
</style>
background-color css
<style>
a { background-color: #0F254D; }
a { background-color: rgb(15,37,77); }
div.DivClassName
{
background-color: #0F254D;
}
.BgClassName
{
background-color: #0F254D;
}
</style>
border-color css
<style>
span { border-color: #0F254D; }
span { border-color: rgb(15,37,77); }
td.TdClassName
{
border-color: #0F254D;
}
.TagClassName
{
border-color: #0F254D;
}
</style>