Shades of Sapphire #0F195D
Tints of Sapphire #0F195D
RGB
CMYK
RGB Variations
Color information
#0F195D (or 0x0F195D) is known color: Sapphire. HEX triplet: 0F, 19 and 5D. RGB value is (15,25,93). Sum of RGB (Red+Green+Blue) = 15+25+93=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F195D is #F0E6A2. Grayscale: #1D1D1D. Windows color (decimal): -15787683 or 6101263. OLE color: 6101263.
HSL color Cylindrical-coordinate representation of color #0F195D: hue angle of 232.31º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F195D is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 25 | 93 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.64 |
| HSL | 232.31º | 0.72% | 0.21% | - |
| HSV(B) | 232.31º | 0.84% | 0.36% | - |
| XYZ | 2.52 | 1.59 | 10.53 | - |
| YUV | 29.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 93 | 0.84 | 0.73 | 0 | 0.64 | 232.31 | 0.72 | 0.21 |
| Hex | F | 19 | 5D | 54 | 49 | 0 | 40 | E8 | 48 | 15 |
| Octal | 17 | 31 | 135 | 124 | 111 | 0 | 100 | 350 | 110 | 25 |
| Binary | 1111 | 11001 | 1011101 | 1010100 | 1001001 | 0 | 1000000 | 11101000 | 1001000 | 10101 |
Color Harmonies of #0F195D
Complementary color
Monochromatic Colors of #0F195D
Black with #0F195D
Text Example
Text Example
White with #0F195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F195D; }
p { color: rgb(15,25,93); }
H1.HeaderClassName
{
color: #0F195D;
}
.AnyTagClassName
{
color: #0F195D;
}
</style>
background-color css
<style>
a { background-color: #0F195D; }
a { background-color: rgb(15,25,93); }
div.DivClassName
{
background-color: #0F195D;
}
.BgClassName
{
background-color: #0F195D;
}
</style>
border-color css
<style>
span { border-color: #0F195D; }
span { border-color: rgb(15,25,93); }
td.TdClassName
{
border-color: #0F195D;
}
.TagClassName
{
border-color: #0F195D;
}
</style>