Shades of Egyptian Blue #0F289D
Tints of Egyptian Blue #0F289D
RGB
CMYK
RGB Variations
Color information
#0F289D (or 0x0F289D) is known color: Egyptian Blue. HEX triplet: 0F, 28 and 9D. RGB value is (15,40,157). Sum of RGB (Red+Green+Blue) = 15+40+157=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F289D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F289D is #F0D762. Grayscale: #2D2D2D. Windows color (decimal): -15783779 or 10299407. OLE color: 10299407.
HSL color Cylindrical-coordinate representation of color #0F289D: hue angle of 229.44º 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 #0F289D is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 40 | 157 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.38 |
| HSL | 229.44º | 0.83% | 0.34% | - |
| HSV(B) | 229.44º | 0.9% | 0.62% | - |
| XYZ | 7.04 | 4.05 | 32.31 | - |
| YUV | 45.86 | 190.72 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 157 | 0.90 | 0.75 | 0 | 0.38 | 229.44 | 0.83 | 0.34 |
| Hex | F | 28 | 9D | 5A | 4B | 0 | 26 | E5 | 53 | 22 |
| Octal | 17 | 50 | 235 | 132 | 113 | 0 | 46 | 345 | 123 | 42 |
| Binary | 1111 | 101000 | 10011101 | 1011010 | 1001011 | 0 | 100110 | 11100101 | 1010011 | 100010 |
Color Harmonies of #0F289D
Complementary color
Monochromatic Colors of #0F289D
Black with #0F289D
Text Example
Text Example
White with #0F289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F289D; }
p { color: rgb(15,40,157); }
H1.HeaderClassName
{
color: #0F289D;
}
.AnyTagClassName
{
color: #0F289D;
}
</style>
background-color css
<style>
a { background-color: #0F289D; }
a { background-color: rgb(15,40,157); }
div.DivClassName
{
background-color: #0F289D;
}
.BgClassName
{
background-color: #0F289D;
}
</style>
border-color css
<style>
span { border-color: #0F289D; }
span { border-color: rgb(15,40,157); }
td.TdClassName
{
border-color: #0F289D;
}
.TagClassName
{
border-color: #0F289D;
}
</style>