Shades of Egyptian Blue #0F1EA6
Tints of Egyptian Blue #0F1EA6
RGB
CMYK
RGB Variations
Color information
#0F1EA6 (or 0x0F1EA6) is known color: Egyptian Blue. HEX triplet: 0F, 1E and A6. RGB value is (15,30,166). Sum of RGB (Red+Green+Blue) = 15+30+166=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 166 (65.23% from 255 or 78.67% from 211); Max value from RGB is 166 - color contains mainly: blue. Hex color #0F1EA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1EA6 is #F0E159. Grayscale: #282828. Windows color (decimal): -15786330 or 10886671. OLE color: 10886671.
HSL color Cylindrical-coordinate representation of color #0F1EA6: hue angle of 234.04º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1EA6 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 30 | 166 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.35 |
| HSL | 234.04º | 0.83% | 0.35% | - |
| HSV(B) | 234.04º | 0.91% | 0.65% | - |
| XYZ | 7.54 | 3.78 | 36.41 | - |
| YUV | 41.02 | 198.53 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 166 | 0.91 | 0.82 | 0 | 0.35 | 234.04 | 0.83 | 0.35 |
| Hex | F | 1E | A6 | 5B | 52 | 0 | 23 | EA | 53 | 23 |
| Octal | 17 | 36 | 246 | 133 | 122 | 0 | 43 | 352 | 123 | 43 |
| Binary | 1111 | 11110 | 10100110 | 1011011 | 1010010 | 0 | 100011 | 11101010 | 1010011 | 100011 |
Color Harmonies of #0F1EA6
Complementary color
Monochromatic Colors of #0F1EA6
Black with #0F1EA6
Text Example
Text Example
White with #0F1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1EA6; }
p { color: rgb(15,30,166); }
H1.HeaderClassName
{
color: #0F1EA6;
}
.AnyTagClassName
{
color: #0F1EA6;
}
</style>
background-color css
<style>
a { background-color: #0F1EA6; }
a { background-color: rgb(15,30,166); }
div.DivClassName
{
background-color: #0F1EA6;
}
.BgClassName
{
background-color: #0F1EA6;
}
</style>
border-color css
<style>
span { border-color: #0F1EA6; }
span { border-color: rgb(15,30,166); }
td.TdClassName
{
border-color: #0F1EA6;
}
.TagClassName
{
border-color: #0F1EA6;
}
</style>