Shades of Sapphire #0F1A57
Tints of Sapphire #0F1A57
RGB
CMYK
RGB Variations
Color information
#0F1A57 (or 0x0F1A57) is known color: Sapphire. HEX triplet: 0F, 1A and 57. RGB value is (15,26,87). Sum of RGB (Red+Green+Blue) = 15+26+87=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F1A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1A57 is #F0E5A8. Grayscale: #1D1D1D. Windows color (decimal): -15787433 or 5708303. OLE color: 5708303.
HSL color Cylindrical-coordinate representation of color #0F1A57: hue angle of 230.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1A57 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 26 | 87 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.66 |
| HSL | 230.83º | 0.71% | 0.2% | - |
| HSV(B) | 230.83º | 0.83% | 0.34% | - |
| XYZ | 2.29 | 1.53 | 9.19 | - |
| YUV | 29.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 87 | 0.83 | 0.70 | 0 | 0.66 | 230.83 | 0.71 | 0.2 |
| Hex | F | 1A | 57 | 53 | 46 | 0 | 42 | E7 | 47 | 14 |
| Octal | 17 | 32 | 127 | 123 | 106 | 0 | 102 | 347 | 107 | 24 |
| Binary | 1111 | 11010 | 1010111 | 1010011 | 1000110 | 0 | 1000010 | 11100111 | 1000111 | 10100 |
Color Harmonies of #0F1A57
Complementary color
Monochromatic Colors of #0F1A57
Black with #0F1A57
Text Example
Text Example
White with #0F1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A57; }
p { color: rgb(15,26,87); }
H1.HeaderClassName
{
color: #0F1A57;
}
.AnyTagClassName
{
color: #0F1A57;
}
</style>
background-color css
<style>
a { background-color: #0F1A57; }
a { background-color: rgb(15,26,87); }
div.DivClassName
{
background-color: #0F1A57;
}
.BgClassName
{
background-color: #0F1A57;
}
</style>
border-color css
<style>
span { border-color: #0F1A57; }
span { border-color: rgb(15,26,87); }
td.TdClassName
{
border-color: #0F1A57;
}
.TagClassName
{
border-color: #0F1A57;
}
</style>