Shades of Egyptian Blue #0F2A99
Tints of Egyptian Blue #0F2A99
RGB
CMYK
RGB Variations
Color information
#0F2A99 (or 0x0F2A99) is known color: Egyptian Blue. HEX triplet: 0F, 2A and 99. RGB value is (15,42,153). Sum of RGB (Red+Green+Blue) = 15+42+153=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F2A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2A99 is #F0D566. Grayscale: #2E2E2E. Windows color (decimal): -15783271 or 10037775. OLE color: 10037775.
HSL color Cylindrical-coordinate representation of color #0F2A99: hue angle of 228.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2A99 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 42 | 153 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.4 |
| HSL | 228.26º | 0.82% | 0.33% | - |
| HSV(B) | 228.26º | 0.9% | 0.6% | - |
| XYZ | 6.77 | 4.06 | 30.56 | - |
| YUV | 46.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 153 | 0.90 | 0.73 | 0 | 0.4 | 228.26 | 0.82 | 0.33 |
| Hex | F | 2A | 99 | 5A | 49 | 0 | 28 | E4 | 52 | 21 |
| Octal | 17 | 52 | 231 | 132 | 111 | 0 | 50 | 344 | 122 | 41 |
| Binary | 1111 | 101010 | 10011001 | 1011010 | 1001001 | 0 | 101000 | 11100100 | 1010010 | 100001 |
Color Harmonies of #0F2A99
Complementary color
Monochromatic Colors of #0F2A99
Black with #0F2A99
Text Example
Text Example
White with #0F2A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A99; }
p { color: rgb(15,42,153); }
H1.HeaderClassName
{
color: #0F2A99;
}
.AnyTagClassName
{
color: #0F2A99;
}
</style>
background-color css
<style>
a { background-color: #0F2A99; }
a { background-color: rgb(15,42,153); }
div.DivClassName
{
background-color: #0F2A99;
}
.BgClassName
{
background-color: #0F2A99;
}
</style>
border-color css
<style>
span { border-color: #0F2A99; }
span { border-color: rgb(15,42,153); }
td.TdClassName
{
border-color: #0F2A99;
}
.TagClassName
{
border-color: #0F2A99;
}
</style>