Shades of Sapphire #0F195E
Tints of Sapphire #0F195E
RGB
CMYK
RGB Variations
Color information
#0F195E (or 0x0F195E) is known color: Sapphire. HEX triplet: 0F, 19 and 5E. RGB value is (15,25,94). Sum of RGB (Red+Green+Blue) = 15+25+94=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F195E is #F0E6A1. Grayscale: #1D1D1D. Windows color (decimal): -15787682 or 6166799. OLE color: 6166799.
HSL color Cylindrical-coordinate representation of color #0F195E: hue angle of 232.41º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F195E is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 25 | 94 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.63 |
| HSL | 232.41º | 0.72% | 0.21% | - |
| HSV(B) | 232.41º | 0.84% | 0.37% | - |
| XYZ | 2.57 | 1.6 | 10.76 | - |
| YUV | 29.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 94 | 0.84 | 0.73 | 0 | 0.63 | 232.41 | 0.72 | 0.21 |
| Hex | F | 19 | 5E | 54 | 49 | 0 | 3F | E8 | 48 | 15 |
| Octal | 17 | 31 | 136 | 124 | 111 | 0 | 77 | 350 | 110 | 25 |
| Binary | 1111 | 11001 | 1011110 | 1010100 | 1001001 | 0 | 111111 | 11101000 | 1001000 | 10101 |
Color Harmonies of #0F195E
Complementary color
Monochromatic Colors of #0F195E
Black with #0F195E
Text Example
Text Example
White with #0F195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F195E; }
p { color: rgb(15,25,94); }
H1.HeaderClassName
{
color: #0F195E;
}
.AnyTagClassName
{
color: #0F195E;
}
</style>
background-color css
<style>
a { background-color: #0F195E; }
a { background-color: rgb(15,25,94); }
div.DivClassName
{
background-color: #0F195E;
}
.BgClassName
{
background-color: #0F195E;
}
</style>
border-color css
<style>
span { border-color: #0F195E; }
span { border-color: rgb(15,25,94); }
td.TdClassName
{
border-color: #0F195E;
}
.TagClassName
{
border-color: #0F195E;
}
</style>