Shades of Egyptian Blue #0F28A0
Tints of Egyptian Blue #0F28A0
RGB
CMYK
RGB Variations
Color information
#0F28A0 (or 0x0F28A0) is known color: Egyptian Blue. HEX triplet: 0F, 28 and A0. RGB value is (15,40,160). Sum of RGB (Red+Green+Blue) = 15+40+160=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 160 (62.89% from 255 or 74.42% from 215); Max value from RGB is 160 - color contains mainly: blue. Hex color #0F28A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F28A0 is #F0D75F. Grayscale: #2D2D2D. Windows color (decimal): -15783776 or 10496015. OLE color: 10496015.
HSL color Cylindrical-coordinate representation of color #0F28A0: hue angle of 229.66º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F28A0 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 40 | 160 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.37 |
| HSL | 229.66º | 0.83% | 0.34% | - |
| HSV(B) | 229.66º | 0.91% | 0.63% | - |
| XYZ | 7.3 | 4.16 | 33.68 | - |
| YUV | 46.21 | 192.22 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 160 | 0.91 | 0.75 | 0 | 0.37 | 229.66 | 0.83 | 0.34 |
| Hex | F | 28 | A0 | 5B | 4B | 0 | 25 | E6 | 53 | 22 |
| Octal | 17 | 50 | 240 | 133 | 113 | 0 | 45 | 346 | 123 | 42 |
| Binary | 1111 | 101000 | 10100000 | 1011011 | 1001011 | 0 | 100101 | 11100110 | 1010011 | 100010 |
Color Harmonies of #0F28A0
Complementary color
Monochromatic Colors of #0F28A0
Black with #0F28A0
Text Example
Text Example
White with #0F28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F28A0; }
p { color: rgb(15,40,160); }
H1.HeaderClassName
{
color: #0F28A0;
}
.AnyTagClassName
{
color: #0F28A0;
}
</style>
background-color css
<style>
a { background-color: #0F28A0; }
a { background-color: rgb(15,40,160); }
div.DivClassName
{
background-color: #0F28A0;
}
.BgClassName
{
background-color: #0F28A0;
}
</style>
border-color css
<style>
span { border-color: #0F28A0; }
span { border-color: rgb(15,40,160); }
td.TdClassName
{
border-color: #0F28A0;
}
.TagClassName
{
border-color: #0F28A0;
}
</style>