Shades of Sapphire #0F264F
Tints of Sapphire #0F264F
RGB
CMYK
RGB Variations
Color information
#0F264F (or 0x0F264F) is known color: Sapphire. HEX triplet: 0F, 26 and 4F. RGB value is (15,38,79). Sum of RGB (Red+Green+Blue) = 15+38+79=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F264F is #F0D9B0. Grayscale: #232323. Windows color (decimal): -15784369 or 5187087. OLE color: 5187087.
HSL color Cylindrical-coordinate representation of color #0F264F: hue angle of 218.44º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F264F is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 38 | 79 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.69 |
| HSL | 218.44º | 0.68% | 0.18% | - |
| HSV(B) | 218.44º | 0.81% | 0.31% | - |
| XYZ | 2.3 | 2.05 | 7.67 | - |
| YUV | 35.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 79 | 0.81 | 0.52 | 0 | 0.69 | 218.44 | 0.68 | 0.18 |
| Hex | F | 26 | 4F | 51 | 34 | 0 | 45 | DA | 44 | 12 |
| Octal | 17 | 46 | 117 | 121 | 64 | 0 | 105 | 332 | 104 | 22 |
| Binary | 1111 | 100110 | 1001111 | 1010001 | 110100 | 0 | 1000101 | 11011010 | 1000100 | 10010 |
Color Harmonies of #0F264F
Complementary color
Monochromatic Colors of #0F264F
Black with #0F264F
Text Example
Text Example
White with #0F264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F264F; }
p { color: rgb(15,38,79); }
H1.HeaderClassName
{
color: #0F264F;
}
.AnyTagClassName
{
color: #0F264F;
}
</style>
background-color css
<style>
a { background-color: #0F264F; }
a { background-color: rgb(15,38,79); }
div.DivClassName
{
background-color: #0F264F;
}
.BgClassName
{
background-color: #0F264F;
}
</style>
border-color css
<style>
span { border-color: #0F264F; }
span { border-color: rgb(15,38,79); }
td.TdClassName
{
border-color: #0F264F;
}
.TagClassName
{
border-color: #0F264F;
}
</style>