Shades of Sapphire #0F1955
Tints of Sapphire #0F1955
RGB
CMYK
RGB Variations
Color information
#0F1955 (or 0x0F1955) is known color: Sapphire. HEX triplet: 0F, 19 and 55. RGB value is (15,25,85). Sum of RGB (Red+Green+Blue) = 15+25+85=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F1955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1955 is #F0E6AA. Grayscale: #1C1C1C. Windows color (decimal): -15787691 or 5576975. OLE color: 5576975.
HSL color Cylindrical-coordinate representation of color #0F1955: hue angle of 231.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1955 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 25 | 85 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.67 |
| HSL | 231.43º | 0.7% | 0.2% | - |
| HSV(B) | 231.43º | 0.82% | 0.33% | - |
| XYZ | 2.18 | 1.45 | 8.76 | - |
| YUV | 28.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 85 | 0.82 | 0.71 | 0 | 0.67 | 231.43 | 0.7 | 0.2 |
| Hex | F | 19 | 55 | 52 | 47 | 0 | 43 | E7 | 46 | 14 |
| Octal | 17 | 31 | 125 | 122 | 107 | 0 | 103 | 347 | 106 | 24 |
| Binary | 1111 | 11001 | 1010101 | 1010010 | 1000111 | 0 | 1000011 | 11100111 | 1000110 | 10100 |
Color Harmonies of #0F1955
Complementary color
Monochromatic Colors of #0F1955
Black with #0F1955
Text Example
Text Example
White with #0F1955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1955; }
p { color: rgb(15,25,85); }
H1.HeaderClassName
{
color: #0F1955;
}
.AnyTagClassName
{
color: #0F1955;
}
</style>
background-color css
<style>
a { background-color: #0F1955; }
a { background-color: rgb(15,25,85); }
div.DivClassName
{
background-color: #0F1955;
}
.BgClassName
{
background-color: #0F1955;
}
</style>
border-color css
<style>
span { border-color: #0F1955; }
span { border-color: rgb(15,25,85); }
td.TdClassName
{
border-color: #0F1955;
}
.TagClassName
{
border-color: #0F1955;
}
</style>