Shades of Sapphire #0F2657
Tints of Sapphire #0F2657
RGB
CMYK
RGB Variations
Color information
#0F2657 (or 0x0F2657) is known color: Sapphire. HEX triplet: 0F, 26 and 57. RGB value is (15,38,87). Sum of RGB (Red+Green+Blue) = 15+38+87=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F2657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2657 is #F0D9A8. Grayscale: #242424. Windows color (decimal): -15784361 or 5711375. OLE color: 5711375.
HSL color Cylindrical-coordinate representation of color #0F2657: hue angle of 220.83º 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 #0F2657 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 38 | 87 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.66 |
| HSL | 220.83º | 0.71% | 0.2% | - |
| HSV(B) | 220.83º | 0.83% | 0.34% | - |
| XYZ | 2.61 | 2.18 | 9.3 | - |
| YUV | 36.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 87 | 0.83 | 0.56 | 0 | 0.66 | 220.83 | 0.71 | 0.2 |
| Hex | F | 26 | 57 | 53 | 38 | 0 | 42 | DD | 47 | 14 |
| Octal | 17 | 46 | 127 | 123 | 70 | 0 | 102 | 335 | 107 | 24 |
| Binary | 1111 | 100110 | 1010111 | 1010011 | 111000 | 0 | 1000010 | 11011101 | 1000111 | 10100 |
Color Harmonies of #0F2657
Complementary color
Monochromatic Colors of #0F2657
Black with #0F2657
Text Example
Text Example
White with #0F2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2657; }
p { color: rgb(15,38,87); }
H1.HeaderClassName
{
color: #0F2657;
}
.AnyTagClassName
{
color: #0F2657;
}
</style>
background-color css
<style>
a { background-color: #0F2657; }
a { background-color: rgb(15,38,87); }
div.DivClassName
{
background-color: #0F2657;
}
.BgClassName
{
background-color: #0F2657;
}
</style>
border-color css
<style>
span { border-color: #0F2657; }
span { border-color: rgb(15,38,87); }
td.TdClassName
{
border-color: #0F2657;
}
.TagClassName
{
border-color: #0F2657;
}
</style>