Shades of Egyptian Blue #0F2AAA
Tints of Egyptian Blue #0F2AAA
RGB
CMYK
RGB Variations
Color information
#0F2AAA (or 0x0F2AAA) is known color: Egyptian Blue. HEX triplet: 0F, 2A and AA. RGB value is (15,42,170). Sum of RGB (Red+Green+Blue) = 15+42+170=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F2AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2AAA is #F0D555. Grayscale: #2F2F2F. Windows color (decimal): -15783254 or 11151887. OLE color: 11151887.
HSL color Cylindrical-coordinate representation of color #0F2AAA: hue angle of 229.55º 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 #0F2AAA is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 42 | 170 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.33 |
| HSL | 229.55º | 0.84% | 0.36% | - |
| HSV(B) | 229.55º | 0.91% | 0.67% | - |
| XYZ | 8.28 | 4.66 | 38.49 | - |
| YUV | 48.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 170 | 0.91 | 0.75 | 0 | 0.33 | 229.55 | 0.84 | 0.36 |
| Hex | F | 2A | AA | 5B | 4B | 0 | 21 | E6 | 54 | 24 |
| Octal | 17 | 52 | 252 | 133 | 113 | 0 | 41 | 346 | 124 | 44 |
| Binary | 1111 | 101010 | 10101010 | 1011011 | 1001011 | 0 | 100001 | 11100110 | 1010100 | 100100 |
Color Harmonies of #0F2AAA
Complementary color
Monochromatic Colors of #0F2AAA
Black with #0F2AAA
Text Example
Text Example
White with #0F2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2AAA; }
p { color: rgb(15,42,170); }
H1.HeaderClassName
{
color: #0F2AAA;
}
.AnyTagClassName
{
color: #0F2AAA;
}
</style>
background-color css
<style>
a { background-color: #0F2AAA; }
a { background-color: rgb(15,42,170); }
div.DivClassName
{
background-color: #0F2AAA;
}
.BgClassName
{
background-color: #0F2AAA;
}
</style>
border-color css
<style>
span { border-color: #0F2AAA; }
span { border-color: rgb(15,42,170); }
td.TdClassName
{
border-color: #0F2AAA;
}
.TagClassName
{
border-color: #0F2AAA;
}
</style>