Shades of Egyptian Blue #0F409D
Tints of Egyptian Blue #0F409D
RGB
CMYK
RGB Variations
Color information
#0F409D (or 0x0F409D) is known color: Egyptian Blue. HEX triplet: 0F, 40 and 9D. RGB value is (15,64,157). Sum of RGB (Red+Green+Blue) = 15+64+157=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F409D is #F0BF62. Grayscale: #3B3B3B. Windows color (decimal): -15777635 or 10305551. OLE color: 10305551.
HSL color Cylindrical-coordinate representation of color #0F409D: hue angle of 219.3º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F409D is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 64 | 157 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.38 |
| HSL | 219.3º | 0.83% | 0.34% | - |
| HSV(B) | 219.3º | 0.9% | 0.62% | - |
| XYZ | 8.12 | 6.2 | 32.67 | - |
| YUV | 59.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 157 | 0.90 | 0.59 | 0 | 0.38 | 219.3 | 0.83 | 0.34 |
| Hex | F | 40 | 9D | 5A | 3B | 0 | 26 | DB | 53 | 22 |
| Octal | 17 | 100 | 235 | 132 | 73 | 0 | 46 | 333 | 123 | 42 |
| Binary | 1111 | 1000000 | 10011101 | 1011010 | 111011 | 0 | 100110 | 11011011 | 1010011 | 100010 |
Color Harmonies of #0F409D
Complementary color
Monochromatic Colors of #0F409D
Black with #0F409D
Text Example
Text Example
White with #0F409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F409D; }
p { color: rgb(15,64,157); }
H1.HeaderClassName
{
color: #0F409D;
}
.AnyTagClassName
{
color: #0F409D;
}
</style>
background-color css
<style>
a { background-color: #0F409D; }
a { background-color: rgb(15,64,157); }
div.DivClassName
{
background-color: #0F409D;
}
.BgClassName
{
background-color: #0F409D;
}
</style>
border-color css
<style>
span { border-color: #0F409D; }
span { border-color: rgb(15,64,157); }
td.TdClassName
{
border-color: #0F409D;
}
.TagClassName
{
border-color: #0F409D;
}
</style>