Shades of Sapphire #0F3070
Tints of Sapphire #0F3070
RGB
CMYK
RGB Variations
Color information
#0F3070 (or 0x0F3070) is known color: Sapphire. HEX triplet: 0F, 30 and 70. RGB value is (15,48,112). Sum of RGB (Red+Green+Blue) = 15+48+112=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F3070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3070 is #F0CF8F. Grayscale: #2D2D2D. Windows color (decimal): -15781776 or 7352335. OLE color: 7352335.
HSL color Cylindrical-coordinate representation of color #0F3070: hue angle of 219.59º 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 #0F3070 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 48 | 112 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.56 |
| HSL | 219.59º | 0.76% | 0.25% | - |
| HSV(B) | 219.59º | 0.87% | 0.44% | - |
| XYZ | 4.18 | 3.39 | 15.76 | - |
| YUV | 45.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 112 | 0.87 | 0.57 | 0 | 0.56 | 219.59 | 0.76 | 0.25 |
| Hex | F | 30 | 70 | 57 | 39 | 0 | 38 | DC | 4C | 19 |
| Octal | 17 | 60 | 160 | 127 | 71 | 0 | 70 | 334 | 114 | 31 |
| Binary | 1111 | 110000 | 1110000 | 1010111 | 111001 | 0 | 111000 | 11011100 | 1001100 | 11001 |
Color Harmonies of #0F3070
Complementary color
Monochromatic Colors of #0F3070
Black with #0F3070
Text Example
Text Example
White with #0F3070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3070; }
p { color: rgb(15,48,112); }
H1.HeaderClassName
{
color: #0F3070;
}
.AnyTagClassName
{
color: #0F3070;
}
</style>
background-color css
<style>
a { background-color: #0F3070; }
a { background-color: rgb(15,48,112); }
div.DivClassName
{
background-color: #0F3070;
}
.BgClassName
{
background-color: #0F3070;
}
</style>
border-color css
<style>
span { border-color: #0F3070; }
span { border-color: rgb(15,48,112); }
td.TdClassName
{
border-color: #0F3070;
}
.TagClassName
{
border-color: #0F3070;
}
</style>