Shades of Sapphire #0F2C5B
Tints of Sapphire #0F2C5B
RGB
CMYK
RGB Variations
Color information
#0F2C5B (or 0x0F2C5B) is known color: Sapphire. HEX triplet: 0F, 2C and 5B. RGB value is (15,44,91). Sum of RGB (Red+Green+Blue) = 15+44+91=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F2C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2C5B is #F0D3A4. Grayscale: #282828. Windows color (decimal): -15782821 or 5975055. OLE color: 5975055.
HSL color Cylindrical-coordinate representation of color #0F2C5B: hue angle of 217.11º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F2C5B is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 44 | 91 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.64 |
| HSL | 217.11º | 0.72% | 0.21% | - |
| HSV(B) | 217.11º | 0.84% | 0.36% | - |
| XYZ | 2.99 | 2.66 | 10.25 | - |
| YUV | 40.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 91 | 0.84 | 0.52 | 0 | 0.64 | 217.11 | 0.72 | 0.21 |
| Hex | F | 2C | 5B | 54 | 34 | 0 | 40 | D9 | 48 | 15 |
| Octal | 17 | 54 | 133 | 124 | 64 | 0 | 100 | 331 | 110 | 25 |
| Binary | 1111 | 101100 | 1011011 | 1010100 | 110100 | 0 | 1000000 | 11011001 | 1001000 | 10101 |
Color Harmonies of #0F2C5B
Complementary color
Monochromatic Colors of #0F2C5B
Black with #0F2C5B
Text Example
Text Example
White with #0F2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2C5B; }
p { color: rgb(15,44,91); }
H1.HeaderClassName
{
color: #0F2C5B;
}
.AnyTagClassName
{
color: #0F2C5B;
}
</style>
background-color css
<style>
a { background-color: #0F2C5B; }
a { background-color: rgb(15,44,91); }
div.DivClassName
{
background-color: #0F2C5B;
}
.BgClassName
{
background-color: #0F2C5B;
}
</style>
border-color css
<style>
span { border-color: #0F2C5B; }
span { border-color: rgb(15,44,91); }
td.TdClassName
{
border-color: #0F2C5B;
}
.TagClassName
{
border-color: #0F2C5B;
}
</style>