Shades of Egyptian Blue #0F41A1
Tints of Egyptian Blue #0F41A1
RGB
CMYK
RGB Variations
Color information
#0F41A1 (or 0x0F41A1) is known color: Egyptian Blue. HEX triplet: 0F, 41 and A1. RGB value is (15,65,161). Sum of RGB (Red+Green+Blue) = 15+65+161=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #0F41A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F41A1 is #F0BE5E. Grayscale: #3C3C3C. Windows color (decimal): -15777375 or 10567951. OLE color: 10567951.
HSL color Cylindrical-coordinate representation of color #0F41A1: hue angle of 219.45º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F41A1 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 65 | 161 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.37 |
| HSL | 219.45º | 0.83% | 0.35% | - |
| HSV(B) | 219.45º | 0.91% | 0.63% | - |
| XYZ | 8.52 | 6.46 | 34.52 | - |
| YUV | 60.99 | 184.44 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 161 | 0.91 | 0.60 | 0 | 0.37 | 219.45 | 0.83 | 0.35 |
| Hex | F | 41 | A1 | 5B | 3C | 0 | 25 | DB | 53 | 23 |
| Octal | 17 | 101 | 241 | 133 | 74 | 0 | 45 | 333 | 123 | 43 |
| Binary | 1111 | 1000001 | 10100001 | 1011011 | 111100 | 0 | 100101 | 11011011 | 1010011 | 100011 |
Color Harmonies of #0F41A1
Complementary color
Monochromatic Colors of #0F41A1
Black with #0F41A1
Text Example
Text Example
White with #0F41A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F41A1; }
p { color: rgb(15,65,161); }
H1.HeaderClassName
{
color: #0F41A1;
}
.AnyTagClassName
{
color: #0F41A1;
}
</style>
background-color css
<style>
a { background-color: #0F41A1; }
a { background-color: rgb(15,65,161); }
div.DivClassName
{
background-color: #0F41A1;
}
.BgClassName
{
background-color: #0F41A1;
}
</style>
border-color css
<style>
span { border-color: #0F41A1; }
span { border-color: rgb(15,65,161); }
td.TdClassName
{
border-color: #0F41A1;
}
.TagClassName
{
border-color: #0F41A1;
}
</style>