Shades of Sapphire #0F2670
Tints of Sapphire #0F2670
RGB
CMYK
RGB Variations
Color information
#0F2670 (or 0x0F2670) is known color: Sapphire. HEX triplet: 0F, 26 and 70. RGB value is (15,38,112). Sum of RGB (Red+Green+Blue) = 15+38+112=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F2670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2670 is #F0D98F. Grayscale: #272727. Windows color (decimal): -15784336 or 7349775. OLE color: 7349775.
HSL color Cylindrical-coordinate representation of color #0F2670: hue angle of 225.77º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2670 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 38 | 112 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.56 |
| HSL | 225.77º | 0.76% | 0.25% | - |
| HSV(B) | 225.77º | 0.87% | 0.44% | - |
| XYZ | 3.81 | 2.66 | 15.64 | - |
| YUV | 39.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 112 | 0.87 | 0.66 | 0 | 0.56 | 225.77 | 0.76 | 0.25 |
| Hex | F | 26 | 70 | 57 | 42 | 0 | 38 | E2 | 4C | 19 |
| Octal | 17 | 46 | 160 | 127 | 102 | 0 | 70 | 342 | 114 | 31 |
| Binary | 1111 | 100110 | 1110000 | 1010111 | 1000010 | 0 | 111000 | 11100010 | 1001100 | 11001 |
Color Harmonies of #0F2670
Complementary color
Monochromatic Colors of #0F2670
Black with #0F2670
Text Example
Text Example
White with #0F2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2670; }
p { color: rgb(15,38,112); }
H1.HeaderClassName
{
color: #0F2670;
}
.AnyTagClassName
{
color: #0F2670;
}
</style>
background-color css
<style>
a { background-color: #0F2670; }
a { background-color: rgb(15,38,112); }
div.DivClassName
{
background-color: #0F2670;
}
.BgClassName
{
background-color: #0F2670;
}
</style>
border-color css
<style>
span { border-color: #0F2670; }
span { border-color: rgb(15,38,112); }
td.TdClassName
{
border-color: #0F2670;
}
.TagClassName
{
border-color: #0F2670;
}
</style>