Shades of Egyptian Blue #0F2196
Tints of Egyptian Blue #0F2196
RGB
CMYK
RGB Variations
Color information
#0F2196 (or 0x0F2196) is known color: Egyptian Blue. HEX triplet: 0F, 21 and 96. RGB value is (15,33,150). Sum of RGB (Red+Green+Blue) = 15+33+150=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F2196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2196 is #F0DE69. Grayscale: #282828. Windows color (decimal): -15785578 or 9838863. OLE color: 9838863.
HSL color Cylindrical-coordinate representation of color #0F2196: hue angle of 232º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2196 is Cyan = 0.9, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 33 | 150 | - |
| CMYK | 0.9 | 0.78 | 0 | 0.41 |
| HSL | 232º | 0.82% | 0.32% | - |
| HSV(B) | 232º | 0.9% | 0.59% | - |
| XYZ | 6.25 | 3.39 | 29.18 | - |
| YUV | 40.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 150 | 0.9 | 0.78 | 0 | 0.41 | 232 | 0.82 | 0.32 |
| Hex | F | 21 | 96 | 5A | 4E | 0 | 29 | E8 | 52 | 20 |
| Octal | 17 | 41 | 226 | 132 | 116 | 0 | 51 | 350 | 122 | 40 |
| Binary | 1111 | 100001 | 10010110 | 1011010 | 1001110 | 0 | 101001 | 11101000 | 1010010 | 100000 |
Color Harmonies of #0F2196
Complementary color
Monochromatic Colors of #0F2196
Black with #0F2196
Text Example
Text Example
White with #0F2196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2196; }
p { color: rgb(15,33,150); }
H1.HeaderClassName
{
color: #0F2196;
}
.AnyTagClassName
{
color: #0F2196;
}
</style>
background-color css
<style>
a { background-color: #0F2196; }
a { background-color: rgb(15,33,150); }
div.DivClassName
{
background-color: #0F2196;
}
.BgClassName
{
background-color: #0F2196;
}
</style>
border-color css
<style>
span { border-color: #0F2196; }
span { border-color: rgb(15,33,150); }
td.TdClassName
{
border-color: #0F2196;
}
.TagClassName
{
border-color: #0F2196;
}
</style>