Shades of Egyptian Blue #0F2097
Tints of Egyptian Blue #0F2097
RGB
CMYK
RGB Variations
Color information
#0F2097 (or 0x0F2097) is known color: Egyptian Blue. HEX triplet: 0F, 20 and 97. RGB value is (15,32,151). Sum of RGB (Red+Green+Blue) = 15+32+151=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F2097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2097 is #F0DF68. Grayscale: #272727. Windows color (decimal): -15785833 or 9904143. OLE color: 9904143.
HSL color Cylindrical-coordinate representation of color #0F2097: hue angle of 232.5º 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 #0F2097 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 32 | 151 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.41 |
| HSL | 232.5º | 0.82% | 0.33% | - |
| HSV(B) | 232.5º | 0.9% | 0.59% | - |
| XYZ | 6.3 | 3.37 | 29.6 | - |
| YUV | 40.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 151 | 0.90 | 0.79 | 0 | 0.41 | 232.5 | 0.82 | 0.33 |
| Hex | F | 20 | 97 | 5A | 4F | 0 | 29 | E8 | 52 | 21 |
| Octal | 17 | 40 | 227 | 132 | 117 | 0 | 51 | 350 | 122 | 41 |
| Binary | 1111 | 100000 | 10010111 | 1011010 | 1001111 | 0 | 101001 | 11101000 | 1010010 | 100001 |
Color Harmonies of #0F2097
Complementary color
Monochromatic Colors of #0F2097
Black with #0F2097
Text Example
Text Example
White with #0F2097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2097; }
p { color: rgb(15,32,151); }
H1.HeaderClassName
{
color: #0F2097;
}
.AnyTagClassName
{
color: #0F2097;
}
</style>
background-color css
<style>
a { background-color: #0F2097; }
a { background-color: rgb(15,32,151); }
div.DivClassName
{
background-color: #0F2097;
}
.BgClassName
{
background-color: #0F2097;
}
</style>
border-color css
<style>
span { border-color: #0F2097; }
span { border-color: rgb(15,32,151); }
td.TdClassName
{
border-color: #0F2097;
}
.TagClassName
{
border-color: #0F2097;
}
</style>