Shades of Egyptian Blue #0F2BA9
Tints of Egyptian Blue #0F2BA9
RGB
CMYK
RGB Variations
Color information
#0F2BA9 (or 0x0F2BA9) is known color: Egyptian Blue. HEX triplet: 0F, 2B and A9. RGB value is (15,43,169). Sum of RGB (Red+Green+Blue) = 15+43+169=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 169 (66.41% from 255 or 74.45% from 227); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F2BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2BA9 is #F0D456. Grayscale: #303030. Windows color (decimal): -15782999 or 11086607. OLE color: 11086607.
HSL color Cylindrical-coordinate representation of color #0F2BA9: hue angle of 229.09º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F2BA9 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 43 | 169 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.34 |
| HSL | 229.09º | 0.84% | 0.36% | - |
| HSV(B) | 229.09º | 0.91% | 0.66% | - |
| XYZ | 8.22 | 4.69 | 38.01 | - |
| YUV | 48.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 169 | 0.91 | 0.75 | 0 | 0.34 | 229.09 | 0.84 | 0.36 |
| Hex | F | 2B | A9 | 5B | 4B | 0 | 22 | E5 | 54 | 24 |
| Octal | 17 | 53 | 251 | 133 | 113 | 0 | 42 | 345 | 124 | 44 |
| Binary | 1111 | 101011 | 10101001 | 1011011 | 1001011 | 0 | 100010 | 11100101 | 1010100 | 100100 |
Color Harmonies of #0F2BA9
Complementary color
Monochromatic Colors of #0F2BA9
Black with #0F2BA9
Text Example
Text Example
White with #0F2BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2BA9; }
p { color: rgb(15,43,169); }
H1.HeaderClassName
{
color: #0F2BA9;
}
.AnyTagClassName
{
color: #0F2BA9;
}
</style>
background-color css
<style>
a { background-color: #0F2BA9; }
a { background-color: rgb(15,43,169); }
div.DivClassName
{
background-color: #0F2BA9;
}
.BgClassName
{
background-color: #0F2BA9;
}
</style>
border-color css
<style>
span { border-color: #0F2BA9; }
span { border-color: rgb(15,43,169); }
td.TdClassName
{
border-color: #0F2BA9;
}
.TagClassName
{
border-color: #0F2BA9;
}
</style>