Shades of Sapphire #0F244E
Tints of Sapphire #0F244E
RGB
CMYK
RGB Variations
Color information
#0F244E (or 0x0F244E) is known color: Sapphire. HEX triplet: 0F, 24 and 4E. RGB value is (15,36,78). Sum of RGB (Red+Green+Blue) = 15+36+78=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F244E is #F0DBB1. Grayscale: #222222. Windows color (decimal): -15784882 or 5121039. OLE color: 5121039.
HSL color Cylindrical-coordinate representation of color #0F244E: hue angle of 220º 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 #0F244E is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 36 | 78 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.69 |
| HSL | 220º | 0.68% | 0.18% | - |
| HSV(B) | 220º | 0.81% | 0.31% | - |
| XYZ | 2.2 | 1.91 | 7.46 | - |
| YUV | 34.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 78 | 0.81 | 0.54 | 0 | 0.69 | 220 | 0.68 | 0.18 |
| Hex | F | 24 | 4E | 51 | 36 | 0 | 45 | DC | 44 | 12 |
| Octal | 17 | 44 | 116 | 121 | 66 | 0 | 105 | 334 | 104 | 22 |
| Binary | 1111 | 100100 | 1001110 | 1010001 | 110110 | 0 | 1000101 | 11011100 | 1000100 | 10010 |
Color Harmonies of #0F244E
Complementary color
Monochromatic Colors of #0F244E
Black with #0F244E
Text Example
Text Example
White with #0F244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F244E; }
p { color: rgb(15,36,78); }
H1.HeaderClassName
{
color: #0F244E;
}
.AnyTagClassName
{
color: #0F244E;
}
</style>
background-color css
<style>
a { background-color: #0F244E; }
a { background-color: rgb(15,36,78); }
div.DivClassName
{
background-color: #0F244E;
}
.BgClassName
{
background-color: #0F244E;
}
</style>
border-color css
<style>
span { border-color: #0F244E; }
span { border-color: rgb(15,36,78); }
td.TdClassName
{
border-color: #0F244E;
}
.TagClassName
{
border-color: #0F244E;
}
</style>