Shades of Sapphire #0F256F
Tints of Sapphire #0F256F
RGB
CMYK
RGB Variations
Color information
#0F256F (or 0x0F256F) is known color: Sapphire. HEX triplet: 0F, 25 and 6F. RGB value is (15,37,111). Sum of RGB (Red+Green+Blue) = 15+37+111=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F256F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F256F is #F0DA90. Grayscale: #262626. Windows color (decimal): -15784593 or 7283983. OLE color: 7283983.
HSL color Cylindrical-coordinate representation of color #0F256F: hue angle of 226.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F256F is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 37 | 111 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.56 |
| HSL | 226.25º | 0.76% | 0.25% | - |
| HSV(B) | 226.25º | 0.86% | 0.44% | - |
| XYZ | 3.73 | 2.57 | 15.34 | - |
| YUV | 38.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 111 | 0.86 | 0.67 | 0 | 0.56 | 226.25 | 0.76 | 0.25 |
| Hex | F | 25 | 6F | 56 | 43 | 0 | 38 | E2 | 4C | 19 |
| Octal | 17 | 45 | 157 | 126 | 103 | 0 | 70 | 342 | 114 | 31 |
| Binary | 1111 | 100101 | 1101111 | 1010110 | 1000011 | 0 | 111000 | 11100010 | 1001100 | 11001 |
Color Harmonies of #0F256F
Complementary color
Monochromatic Colors of #0F256F
Black with #0F256F
Text Example
Text Example
White with #0F256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F256F; }
p { color: rgb(15,37,111); }
H1.HeaderClassName
{
color: #0F256F;
}
.AnyTagClassName
{
color: #0F256F;
}
</style>
background-color css
<style>
a { background-color: #0F256F; }
a { background-color: rgb(15,37,111); }
div.DivClassName
{
background-color: #0F256F;
}
.BgClassName
{
background-color: #0F256F;
}
</style>
border-color css
<style>
span { border-color: #0F256F; }
span { border-color: rgb(15,37,111); }
td.TdClassName
{
border-color: #0F256F;
}
.TagClassName
{
border-color: #0F256F;
}
</style>