Shades of Sapphire #0F2467
Tints of Sapphire #0F2467
RGB
CMYK
RGB Variations
Color information
#0F2467 (or 0x0F2467) is known color: Sapphire. HEX triplet: 0F, 24 and 67. RGB value is (15,36,103). Sum of RGB (Red+Green+Blue) = 15+36+103=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 103 (40.62% from 255 or 66.88% from 154); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F2467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2467 is #F0DB98. Grayscale: #252525. Windows color (decimal): -15784857 or 6759439. OLE color: 6759439.
HSL color Cylindrical-coordinate representation of color #0F2467: hue angle of 225.68º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F2467 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 36 | 103 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.60 |
| HSL | 225.68º | 0.75% | 0.23% | - |
| HSV(B) | 225.68º | 0.85% | 0.4% | - |
| XYZ | 3.28 | 2.34 | 13.11 | - |
| YUV | 37.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 103 | 0.85 | 0.65 | 0 | 0.60 | 225.68 | 0.75 | 0.23 |
| Hex | F | 24 | 67 | 55 | 41 | 0 | 3C | E2 | 4B | 17 |
| Octal | 17 | 44 | 147 | 125 | 101 | 0 | 74 | 342 | 113 | 27 |
| Binary | 1111 | 100100 | 1100111 | 1010101 | 1000001 | 0 | 111100 | 11100010 | 1001011 | 10111 |
Color Harmonies of #0F2467
Complementary color
Monochromatic Colors of #0F2467
Black with #0F2467
Text Example
Text Example
White with #0F2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2467; }
p { color: rgb(15,36,103); }
H1.HeaderClassName
{
color: #0F2467;
}
.AnyTagClassName
{
color: #0F2467;
}
</style>
background-color css
<style>
a { background-color: #0F2467; }
a { background-color: rgb(15,36,103); }
div.DivClassName
{
background-color: #0F2467;
}
.BgClassName
{
background-color: #0F2467;
}
</style>
border-color css
<style>
span { border-color: #0F2467; }
span { border-color: rgb(15,36,103); }
td.TdClassName
{
border-color: #0F2467;
}
.TagClassName
{
border-color: #0F2467;
}
</style>