Shades of Sapphire #0F245C
Tints of Sapphire #0F245C
RGB
CMYK
RGB Variations
Color information
#0F245C (or 0x0F245C) is known color: Sapphire. HEX triplet: 0F, 24 and 5C. RGB value is (15,36,92). Sum of RGB (Red+Green+Blue) = 15+36+92=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F245C is #F0DBA3. Grayscale: #232323. Windows color (decimal): -15784868 or 6038543. OLE color: 6038543.
HSL color Cylindrical-coordinate representation of color #0F245C: hue angle of 223.64º 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 #0F245C is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 36 | 92 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.64 |
| HSL | 223.64º | 0.72% | 0.21% | - |
| HSV(B) | 223.64º | 0.84% | 0.36% | - |
| XYZ | 2.76 | 2.14 | 10.39 | - |
| YUV | 36.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 92 | 0.84 | 0.61 | 0 | 0.64 | 223.64 | 0.72 | 0.21 |
| Hex | F | 24 | 5C | 54 | 3D | 0 | 40 | E0 | 48 | 15 |
| Octal | 17 | 44 | 134 | 124 | 75 | 0 | 100 | 340 | 110 | 25 |
| Binary | 1111 | 100100 | 1011100 | 1010100 | 111101 | 0 | 1000000 | 11100000 | 1001000 | 10101 |
Color Harmonies of #0F245C
Complementary color
Monochromatic Colors of #0F245C
Black with #0F245C
Text Example
Text Example
White with #0F245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F245C; }
p { color: rgb(15,36,92); }
H1.HeaderClassName
{
color: #0F245C;
}
.AnyTagClassName
{
color: #0F245C;
}
</style>
background-color css
<style>
a { background-color: #0F245C; }
a { background-color: rgb(15,36,92); }
div.DivClassName
{
background-color: #0F245C;
}
.BgClassName
{
background-color: #0F245C;
}
</style>
border-color css
<style>
span { border-color: #0F245C; }
span { border-color: rgb(15,36,92); }
td.TdClassName
{
border-color: #0F245C;
}
.TagClassName
{
border-color: #0F245C;
}
</style>