Shades of Sapphire #0F2557
Tints of Sapphire #0F2557
RGB
CMYK
RGB Variations
Color information
#0F2557 (or 0x0F2557) is known color: Sapphire. HEX triplet: 0F, 25 and 57. RGB value is (15,37,87). Sum of RGB (Red+Green+Blue) = 15+37+87=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F2557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2557 is #F0DAA8. Grayscale: #232323. Windows color (decimal): -15784617 or 5711119. OLE color: 5711119.
HSL color Cylindrical-coordinate representation of color #0F2557: hue angle of 221.67º degrees, saturation: 0.71, 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 #0F2557 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 37 | 87 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.66 |
| HSL | 221.67º | 0.71% | 0.2% | - |
| HSV(B) | 221.67º | 0.83% | 0.34% | - |
| XYZ | 2.58 | 2.11 | 9.29 | - |
| YUV | 36.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 87 | 0.83 | 0.57 | 0 | 0.66 | 221.67 | 0.71 | 0.2 |
| Hex | F | 25 | 57 | 53 | 39 | 0 | 42 | DE | 47 | 14 |
| Octal | 17 | 45 | 127 | 123 | 71 | 0 | 102 | 336 | 107 | 24 |
| Binary | 1111 | 100101 | 1010111 | 1010011 | 111001 | 0 | 1000010 | 11011110 | 1000111 | 10100 |
Color Harmonies of #0F2557
Complementary color
Monochromatic Colors of #0F2557
Black with #0F2557
Text Example
Text Example
White with #0F2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2557; }
p { color: rgb(15,37,87); }
H1.HeaderClassName
{
color: #0F2557;
}
.AnyTagClassName
{
color: #0F2557;
}
</style>
background-color css
<style>
a { background-color: #0F2557; }
a { background-color: rgb(15,37,87); }
div.DivClassName
{
background-color: #0F2557;
}
.BgClassName
{
background-color: #0F2557;
}
</style>
border-color css
<style>
span { border-color: #0F2557; }
span { border-color: rgb(15,37,87); }
td.TdClassName
{
border-color: #0F2557;
}
.TagClassName
{
border-color: #0F2557;
}
</style>