Shades of Egyptian Blue #0F249C
Tints of Egyptian Blue #0F249C
RGB
CMYK
RGB Variations
Color information
#0F249C (or 0x0F249C) is known color: Egyptian Blue. HEX triplet: 0F, 24 and 9C. RGB value is (15,36,156). Sum of RGB (Red+Green+Blue) = 15+36+156=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F249C is #F0DB63. Grayscale: #2A2A2A. Windows color (decimal): -15784804 or 10232847. OLE color: 10232847.
HSL color Cylindrical-coordinate representation of color #0F249C: hue angle of 231.06º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F249C is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 36 | 156 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.39 |
| HSL | 231.06º | 0.82% | 0.34% | - |
| HSV(B) | 231.06º | 0.9% | 0.61% | - |
| XYZ | 6.83 | 3.76 | 31.82 | - |
| YUV | 43.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 156 | 0.90 | 0.77 | 0 | 0.39 | 231.06 | 0.82 | 0.34 |
| Hex | F | 24 | 9C | 5A | 4D | 0 | 27 | E7 | 52 | 22 |
| Octal | 17 | 44 | 234 | 132 | 115 | 0 | 47 | 347 | 122 | 42 |
| Binary | 1111 | 100100 | 10011100 | 1011010 | 1001101 | 0 | 100111 | 11100111 | 1010010 | 100010 |
Color Harmonies of #0F249C
Complementary color
Monochromatic Colors of #0F249C
Black with #0F249C
Text Example
Text Example
White with #0F249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F249C; }
p { color: rgb(15,36,156); }
H1.HeaderClassName
{
color: #0F249C;
}
.AnyTagClassName
{
color: #0F249C;
}
</style>
background-color css
<style>
a { background-color: #0F249C; }
a { background-color: rgb(15,36,156); }
div.DivClassName
{
background-color: #0F249C;
}
.BgClassName
{
background-color: #0F249C;
}
</style>
border-color css
<style>
span { border-color: #0F249C; }
span { border-color: rgb(15,36,156); }
td.TdClassName
{
border-color: #0F249C;
}
.TagClassName
{
border-color: #0F249C;
}
</style>