Shades of Sapphire #0F2154
Tints of Sapphire #0F2154
RGB
CMYK
RGB Variations
Color information
#0F2154 (or 0x0F2154) is known color: Sapphire. HEX triplet: 0F, 21 and 54. RGB value is (15,33,84). Sum of RGB (Red+Green+Blue) = 15+33+84=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F2154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2154 is #F0DEAB. Grayscale: #212121. Windows color (decimal): -15785644 or 5513487. OLE color: 5513487.
HSL color Cylindrical-coordinate representation of color #0F2154: hue angle of 224.35º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F2154 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 33 | 84 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.67 |
| HSL | 224.35º | 0.7% | 0.19% | - |
| HSV(B) | 224.35º | 0.82% | 0.33% | - |
| XYZ | 2.34 | 1.83 | 8.62 | - |
| YUV | 33.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 84 | 0.82 | 0.61 | 0 | 0.67 | 224.35 | 0.7 | 0.19 |
| Hex | F | 21 | 54 | 52 | 3D | 0 | 43 | E0 | 46 | 13 |
| Octal | 17 | 41 | 124 | 122 | 75 | 0 | 103 | 340 | 106 | 23 |
| Binary | 1111 | 100001 | 1010100 | 1010010 | 111101 | 0 | 1000011 | 11100000 | 1000110 | 10011 |
Color Harmonies of #0F2154
Complementary color
Monochromatic Colors of #0F2154
Black with #0F2154
Text Example
Text Example
White with #0F2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2154; }
p { color: rgb(15,33,84); }
H1.HeaderClassName
{
color: #0F2154;
}
.AnyTagClassName
{
color: #0F2154;
}
</style>
background-color css
<style>
a { background-color: #0F2154; }
a { background-color: rgb(15,33,84); }
div.DivClassName
{
background-color: #0F2154;
}
.BgClassName
{
background-color: #0F2154;
}
</style>
border-color css
<style>
span { border-color: #0F2154; }
span { border-color: rgb(15,33,84); }
td.TdClassName
{
border-color: #0F2154;
}
.TagClassName
{
border-color: #0F2154;
}
</style>