Shades of Sapphire #0F1D69
Tints of Sapphire #0F1D69
RGB
CMYK
RGB Variations
Color information
#0F1D69 (or 0x0F1D69) is known color: Sapphire. HEX triplet: 0F, 1D and 69. RGB value is (15,29,105). Sum of RGB (Red+Green+Blue) = 15+29+105=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F1D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1D69 is #F0E296. Grayscale: #212121. Windows color (decimal): -15786647 or 6888719. OLE color: 6888719.
HSL color Cylindrical-coordinate representation of color #0F1D69: hue angle of 230.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F1D69 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 29 | 105 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.59 |
| HSL | 230.67º | 0.75% | 0.24% | - |
| HSV(B) | 230.67º | 0.86% | 0.41% | - |
| XYZ | 3.19 | 2 | 13.58 | - |
| YUV | 33.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 105 | 0.86 | 0.72 | 0 | 0.59 | 230.67 | 0.75 | 0.24 |
| Hex | F | 1D | 69 | 56 | 48 | 0 | 3B | E7 | 4B | 18 |
| Octal | 17 | 35 | 151 | 126 | 110 | 0 | 73 | 347 | 113 | 30 |
| Binary | 1111 | 11101 | 1101001 | 1010110 | 1001000 | 0 | 111011 | 11100111 | 1001011 | 11000 |
Color Harmonies of #0F1D69
Complementary color
Monochromatic Colors of #0F1D69
Black with #0F1D69
Text Example
Text Example
White with #0F1D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D69; }
p { color: rgb(15,29,105); }
H1.HeaderClassName
{
color: #0F1D69;
}
.AnyTagClassName
{
color: #0F1D69;
}
</style>
background-color css
<style>
a { background-color: #0F1D69; }
a { background-color: rgb(15,29,105); }
div.DivClassName
{
background-color: #0F1D69;
}
.BgClassName
{
background-color: #0F1D69;
}
</style>
border-color css
<style>
span { border-color: #0F1D69; }
span { border-color: rgb(15,29,105); }
td.TdClassName
{
border-color: #0F1D69;
}
.TagClassName
{
border-color: #0F1D69;
}
</style>