Shades of Sapphire #0F286F
Tints of Sapphire #0F286F
RGB
CMYK
RGB Variations
Color information
#0F286F (or 0x0F286F) is known color: Sapphire. HEX triplet: 0F, 28 and 6F. RGB value is (15,40,111). Sum of RGB (Red+Green+Blue) = 15+40+111=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F286F is #F0D790. Grayscale: #282828. Windows color (decimal): -15783825 or 7284751. OLE color: 7284751.
HSL color Cylindrical-coordinate representation of color #0F286F: hue angle of 224.38º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F286F is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 40 | 111 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.56 |
| HSL | 224.38º | 0.76% | 0.25% | - |
| HSV(B) | 224.38º | 0.86% | 0.44% | - |
| XYZ | 3.83 | 2.77 | 15.37 | - |
| YUV | 40.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 111 | 0.86 | 0.64 | 0 | 0.56 | 224.38 | 0.76 | 0.25 |
| Hex | F | 28 | 6F | 56 | 40 | 0 | 38 | E0 | 4C | 19 |
| Octal | 17 | 50 | 157 | 126 | 100 | 0 | 70 | 340 | 114 | 31 |
| Binary | 1111 | 101000 | 1101111 | 1010110 | 1000000 | 0 | 111000 | 11100000 | 1001100 | 11001 |
Color Harmonies of #0F286F
Complementary color
Monochromatic Colors of #0F286F
Black with #0F286F
Text Example
Text Example
White with #0F286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F286F; }
p { color: rgb(15,40,111); }
H1.HeaderClassName
{
color: #0F286F;
}
.AnyTagClassName
{
color: #0F286F;
}
</style>
background-color css
<style>
a { background-color: #0F286F; }
a { background-color: rgb(15,40,111); }
div.DivClassName
{
background-color: #0F286F;
}
.BgClassName
{
background-color: #0F286F;
}
</style>
border-color css
<style>
span { border-color: #0F286F; }
span { border-color: rgb(15,40,111); }
td.TdClassName
{
border-color: #0F286F;
}
.TagClassName
{
border-color: #0F286F;
}
</style>