Shades of Sapphire #0F256B
Tints of Sapphire #0F256B
RGB
CMYK
RGB Variations
Color information
#0F256B (or 0x0F256B) is known color: Sapphire. HEX triplet: 0F, 25 and 6B. RGB value is (15,37,107). Sum of RGB (Red+Green+Blue) = 15+37+107=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F256B is #F0DA94. Grayscale: #262626. Windows color (decimal): -15784597 or 7021839. OLE color: 7021839.
HSL color Cylindrical-coordinate representation of color #0F256B: hue angle of 225.65º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F256B is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 37 | 107 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.58 |
| HSL | 225.65º | 0.75% | 0.24% | - |
| HSV(B) | 225.65º | 0.86% | 0.42% | - |
| XYZ | 3.51 | 2.49 | 14.2 | - |
| YUV | 38.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 107 | 0.86 | 0.65 | 0 | 0.58 | 225.65 | 0.75 | 0.24 |
| Hex | F | 25 | 6B | 56 | 41 | 0 | 3A | E2 | 4B | 18 |
| Octal | 17 | 45 | 153 | 126 | 101 | 0 | 72 | 342 | 113 | 30 |
| Binary | 1111 | 100101 | 1101011 | 1010110 | 1000001 | 0 | 111010 | 11100010 | 1001011 | 11000 |
Color Harmonies of #0F256B
Complementary color
Monochromatic Colors of #0F256B
Black with #0F256B
Text Example
Text Example
White with #0F256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F256B; }
p { color: rgb(15,37,107); }
H1.HeaderClassName
{
color: #0F256B;
}
.AnyTagClassName
{
color: #0F256B;
}
</style>
background-color css
<style>
a { background-color: #0F256B; }
a { background-color: rgb(15,37,107); }
div.DivClassName
{
background-color: #0F256B;
}
.BgClassName
{
background-color: #0F256B;
}
</style>
border-color css
<style>
span { border-color: #0F256B; }
span { border-color: rgb(15,37,107); }
td.TdClassName
{
border-color: #0F256B;
}
.TagClassName
{
border-color: #0F256B;
}
</style>