Shades of Egyptian Blue #0F209C
Tints of Egyptian Blue #0F209C
RGB
CMYK
RGB Variations
Color information
#0F209C (or 0x0F209C) is known color: Egyptian Blue. HEX triplet: 0F, 20 and 9C. RGB value is (15,32,156). Sum of RGB (Red+Green+Blue) = 15+32+156=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F209C is #F0DF63. Grayscale: #282828. Windows color (decimal): -15785828 or 10231823. OLE color: 10231823.
HSL color Cylindrical-coordinate representation of color #0F209C: hue angle of 232.77º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F209C is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 32 | 156 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.39 |
| HSL | 232.77º | 0.82% | 0.34% | - |
| HSV(B) | 232.77º | 0.9% | 0.61% | - |
| XYZ | 6.71 | 3.53 | 31.78 | - |
| YUV | 41.05 | 192.87 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 156 | 0.90 | 0.79 | 0 | 0.39 | 232.77 | 0.82 | 0.34 |
| Hex | F | 20 | 9C | 5A | 4F | 0 | 27 | E9 | 52 | 22 |
| Octal | 17 | 40 | 234 | 132 | 117 | 0 | 47 | 351 | 122 | 42 |
| Binary | 1111 | 100000 | 10011100 | 1011010 | 1001111 | 0 | 100111 | 11101001 | 1010010 | 100010 |
Color Harmonies of #0F209C
Complementary color
Monochromatic Colors of #0F209C
Black with #0F209C
Text Example
Text Example
White with #0F209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F209C; }
p { color: rgb(15,32,156); }
H1.HeaderClassName
{
color: #0F209C;
}
.AnyTagClassName
{
color: #0F209C;
}
</style>
background-color css
<style>
a { background-color: #0F209C; }
a { background-color: rgb(15,32,156); }
div.DivClassName
{
background-color: #0F209C;
}
.BgClassName
{
background-color: #0F209C;
}
</style>
border-color css
<style>
span { border-color: #0F209C; }
span { border-color: rgb(15,32,156); }
td.TdClassName
{
border-color: #0F209C;
}
.TagClassName
{
border-color: #0F209C;
}
</style>