Shades of Egyptian Blue #0F2199
Tints of Egyptian Blue #0F2199
RGB
CMYK
RGB Variations
Color information
#0F2199 (or 0x0F2199) is known color: Egyptian Blue. HEX triplet: 0F, 21 and 99. RGB value is (15,33,153). Sum of RGB (Red+Green+Blue) = 15+33+153=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F2199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2199 is #F0DE66. Grayscale: #282828. Windows color (decimal): -15785575 or 10035471. OLE color: 10035471.
HSL color Cylindrical-coordinate representation of color #0F2199: hue angle of 232.17º 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 #0F2199 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 33 | 153 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.4 |
| HSL | 232.17º | 0.82% | 0.33% | - |
| HSV(B) | 232.17º | 0.9% | 0.6% | - |
| XYZ | 6.49 | 3.49 | 30.47 | - |
| YUV | 41.3 | 191.04 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 153 | 0.90 | 0.78 | 0 | 0.4 | 232.17 | 0.82 | 0.33 |
| Hex | F | 21 | 99 | 5A | 4E | 0 | 28 | E8 | 52 | 21 |
| Octal | 17 | 41 | 231 | 132 | 116 | 0 | 50 | 350 | 122 | 41 |
| Binary | 1111 | 100001 | 10011001 | 1011010 | 1001110 | 0 | 101000 | 11101000 | 1010010 | 100001 |
Color Harmonies of #0F2199
Complementary color
Monochromatic Colors of #0F2199
Black with #0F2199
Text Example
Text Example
White with #0F2199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2199; }
p { color: rgb(15,33,153); }
H1.HeaderClassName
{
color: #0F2199;
}
.AnyTagClassName
{
color: #0F2199;
}
</style>
background-color css
<style>
a { background-color: #0F2199; }
a { background-color: rgb(15,33,153); }
div.DivClassName
{
background-color: #0F2199;
}
.BgClassName
{
background-color: #0F2199;
}
</style>
border-color css
<style>
span { border-color: #0F2199; }
span { border-color: rgb(15,33,153); }
td.TdClassName
{
border-color: #0F2199;
}
.TagClassName
{
border-color: #0F2199;
}
</style>