Shades of Egyptian Blue #0F2197
Tints of Egyptian Blue #0F2197
RGB
CMYK
RGB Variations
Color information
#0F2197 (or 0x0F2197) is known color: Egyptian Blue. HEX triplet: 0F, 21 and 97. RGB value is (15,33,151). Sum of RGB (Red+Green+Blue) = 15+33+151=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 151 (59.38% from 255 or 75.88% from 199); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F2197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2197 is #F0DE68. Grayscale: #282828. Windows color (decimal): -15785577 or 9904399. OLE color: 9904399.
HSL color Cylindrical-coordinate representation of color #0F2197: hue angle of 232.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2197 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 33 | 151 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.41 |
| HSL | 232.06º | 0.82% | 0.33% | - |
| HSV(B) | 232.06º | 0.9% | 0.59% | - |
| XYZ | 6.33 | 3.42 | 29.61 | - |
| YUV | 41.07 | 190.04 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 151 | 0.90 | 0.78 | 0 | 0.41 | 232.06 | 0.82 | 0.33 |
| Hex | F | 21 | 97 | 5A | 4E | 0 | 29 | E8 | 52 | 21 |
| Octal | 17 | 41 | 227 | 132 | 116 | 0 | 51 | 350 | 122 | 41 |
| Binary | 1111 | 100001 | 10010111 | 1011010 | 1001110 | 0 | 101001 | 11101000 | 1010010 | 100001 |
Color Harmonies of #0F2197
Complementary color
Monochromatic Colors of #0F2197
Black with #0F2197
Text Example
Text Example
White with #0F2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2197; }
p { color: rgb(15,33,151); }
H1.HeaderClassName
{
color: #0F2197;
}
.AnyTagClassName
{
color: #0F2197;
}
</style>
background-color css
<style>
a { background-color: #0F2197; }
a { background-color: rgb(15,33,151); }
div.DivClassName
{
background-color: #0F2197;
}
.BgClassName
{
background-color: #0F2197;
}
</style>
border-color css
<style>
span { border-color: #0F2197; }
span { border-color: rgb(15,33,151); }
td.TdClassName
{
border-color: #0F2197;
}
.TagClassName
{
border-color: #0F2197;
}
</style>