Shades of Egyptian Blue #0F28AA
Tints of Egyptian Blue #0F28AA
RGB
CMYK
RGB Variations
Color information
#0F28AA (or 0x0F28AA) is known color: Egyptian Blue. HEX triplet: 0F, 28 and AA. RGB value is (15,40,170). Sum of RGB (Red+Green+Blue) = 15+40+170=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F28AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F28AA is #F0D755. Grayscale: #2E2E2E. Windows color (decimal): -15783766 or 11151375. OLE color: 11151375.
HSL color Cylindrical-coordinate representation of color #0F28AA: hue angle of 230.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F28AA is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 40 | 170 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.33 |
| HSL | 230.32º | 0.84% | 0.36% | - |
| HSV(B) | 230.32º | 0.91% | 0.67% | - |
| XYZ | 8.21 | 4.52 | 38.47 | - |
| YUV | 47.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 170 | 0.91 | 0.76 | 0 | 0.33 | 230.32 | 0.84 | 0.36 |
| Hex | F | 28 | AA | 5B | 4C | 0 | 21 | E6 | 54 | 24 |
| Octal | 17 | 50 | 252 | 133 | 114 | 0 | 41 | 346 | 124 | 44 |
| Binary | 1111 | 101000 | 10101010 | 1011011 | 1001100 | 0 | 100001 | 11100110 | 1010100 | 100100 |
Color Harmonies of #0F28AA
Complementary color
Monochromatic Colors of #0F28AA
Black with #0F28AA
Text Example
Text Example
White with #0F28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F28AA; }
p { color: rgb(15,40,170); }
H1.HeaderClassName
{
color: #0F28AA;
}
.AnyTagClassName
{
color: #0F28AA;
}
</style>
background-color css
<style>
a { background-color: #0F28AA; }
a { background-color: rgb(15,40,170); }
div.DivClassName
{
background-color: #0F28AA;
}
.BgClassName
{
background-color: #0F28AA;
}
</style>
border-color css
<style>
span { border-color: #0F28AA; }
span { border-color: rgb(15,40,170); }
td.TdClassName
{
border-color: #0F28AA;
}
.TagClassName
{
border-color: #0F28AA;
}
</style>