Shades of Sapphire #0F204E
Tints of Sapphire #0F204E
RGB
CMYK
RGB Variations
Color information
#0F204E (or 0x0F204E) is known color: Sapphire. HEX triplet: 0F, 20 and 4E. RGB value is (15,32,78). Sum of RGB (Red+Green+Blue) = 15+32+78=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F204E is #F0DFB1. Grayscale: #1F1F1F. Windows color (decimal): -15785906 or 5120015. OLE color: 5120015.
HSL color Cylindrical-coordinate representation of color #0F204E: hue angle of 223.81º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F204E is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 32 | 78 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.69 |
| HSL | 223.81º | 0.68% | 0.18% | - |
| HSV(B) | 223.81º | 0.81% | 0.31% | - |
| XYZ | 2.09 | 1.68 | 7.42 | - |
| YUV | 32.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 78 | 0.81 | 0.59 | 0 | 0.69 | 223.81 | 0.68 | 0.18 |
| Hex | F | 20 | 4E | 51 | 3B | 0 | 45 | E0 | 44 | 12 |
| Octal | 17 | 40 | 116 | 121 | 73 | 0 | 105 | 340 | 104 | 22 |
| Binary | 1111 | 100000 | 1001110 | 1010001 | 111011 | 0 | 1000101 | 11100000 | 1000100 | 10010 |
Color Harmonies of #0F204E
Complementary color
Monochromatic Colors of #0F204E
Black with #0F204E
Text Example
Text Example
White with #0F204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F204E; }
p { color: rgb(15,32,78); }
H1.HeaderClassName
{
color: #0F204E;
}
.AnyTagClassName
{
color: #0F204E;
}
</style>
background-color css
<style>
a { background-color: #0F204E; }
a { background-color: rgb(15,32,78); }
div.DivClassName
{
background-color: #0F204E;
}
.BgClassName
{
background-color: #0F204E;
}
</style>
border-color css
<style>
span { border-color: #0F204E; }
span { border-color: rgb(15,32,78); }
td.TdClassName
{
border-color: #0F204E;
}
.TagClassName
{
border-color: #0F204E;
}
</style>