Shades of Egyptian Blue #0F2FAA
Tints of Egyptian Blue #0F2FAA
RGB
CMYK
RGB Variations
Color information
#0F2FAA (or 0x0F2FAA) is known color: Egyptian Blue. HEX triplet: 0F, 2F and AA. RGB value is (15,47,170). Sum of RGB (Red+Green+Blue) = 15+47+170=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F2FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2FAA is #F0D055. Grayscale: #323232. Windows color (decimal): -15781974 or 11153167. OLE color: 11153167.
HSL color Cylindrical-coordinate representation of color #0F2FAA: hue angle of 227.61º 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 #0F2FAA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 47 | 170 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.33 |
| HSL | 227.61º | 0.84% | 0.36% | - |
| HSV(B) | 227.61º | 0.91% | 0.67% | - |
| XYZ | 8.47 | 5.04 | 38.56 | - |
| YUV | 51.45 | 194.9 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 170 | 0.91 | 0.72 | 0 | 0.33 | 227.61 | 0.84 | 0.36 |
| Hex | F | 2F | AA | 5B | 48 | 0 | 21 | E4 | 54 | 24 |
| Octal | 17 | 57 | 252 | 133 | 110 | 0 | 41 | 344 | 124 | 44 |
| Binary | 1111 | 101111 | 10101010 | 1011011 | 1001000 | 0 | 100001 | 11100100 | 1010100 | 100100 |
Color Harmonies of #0F2FAA
Complementary color
Monochromatic Colors of #0F2FAA
Black with #0F2FAA
Text Example
Text Example
White with #0F2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2FAA; }
p { color: rgb(15,47,170); }
H1.HeaderClassName
{
color: #0F2FAA;
}
.AnyTagClassName
{
color: #0F2FAA;
}
</style>
background-color css
<style>
a { background-color: #0F2FAA; }
a { background-color: rgb(15,47,170); }
div.DivClassName
{
background-color: #0F2FAA;
}
.BgClassName
{
background-color: #0F2FAA;
}
</style>
border-color css
<style>
span { border-color: #0F2FAA; }
span { border-color: rgb(15,47,170); }
td.TdClassName
{
border-color: #0F2FAA;
}
.TagClassName
{
border-color: #0F2FAA;
}
</style>