Shades of Sapphire #0F327C
Tints of Sapphire #0F327C
RGB
CMYK
RGB Variations
Color information
#0F327C (or 0x0F327C) is known color: Sapphire. HEX triplet: 0F, 32 and 7C. RGB value is (15,50,124). Sum of RGB (Red+Green+Blue) = 15+50+124=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F327C is #F0CD83. Grayscale: #2F2F2F. Windows color (decimal): -15781252 or 8139279. OLE color: 8139279.
HSL color Cylindrical-coordinate representation of color #0F327C: hue angle of 220.73º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F327C is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 50 | 124 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.51 |
| HSL | 220.73º | 0.78% | 0.27% | - |
| HSV(B) | 220.73º | 0.88% | 0.49% | - |
| XYZ | 4.98 | 3.84 | 19.55 | - |
| YUV | 47.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 124 | 0.88 | 0.60 | 0 | 0.51 | 220.73 | 0.78 | 0.27 |
| Hex | F | 32 | 7C | 58 | 3C | 0 | 33 | DD | 4E | 1B |
| Octal | 17 | 62 | 174 | 130 | 74 | 0 | 63 | 335 | 116 | 33 |
| Binary | 1111 | 110010 | 1111100 | 1011000 | 111100 | 0 | 110011 | 11011101 | 1001110 | 11011 |
Color Harmonies of #0F327C
Complementary color
Monochromatic Colors of #0F327C
Black with #0F327C
Text Example
Text Example
White with #0F327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F327C; }
p { color: rgb(15,50,124); }
H1.HeaderClassName
{
color: #0F327C;
}
.AnyTagClassName
{
color: #0F327C;
}
</style>
background-color css
<style>
a { background-color: #0F327C; }
a { background-color: rgb(15,50,124); }
div.DivClassName
{
background-color: #0F327C;
}
.BgClassName
{
background-color: #0F327C;
}
</style>
border-color css
<style>
span { border-color: #0F327C; }
span { border-color: rgb(15,50,124); }
td.TdClassName
{
border-color: #0F327C;
}
.TagClassName
{
border-color: #0F327C;
}
</style>