Shades of Egyptian Blue #0F2699
Tints of Egyptian Blue #0F2699
RGB
CMYK
RGB Variations
Color information
#0F2699 (or 0x0F2699) is known color: Egyptian Blue. HEX triplet: 0F, 26 and 99. RGB value is (15,38,153). Sum of RGB (Red+Green+Blue) = 15+38+153=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F2699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2699 is #F0D966. Grayscale: #2B2B2B. Windows color (decimal): -15784295 or 10036751. OLE color: 10036751.
HSL color Cylindrical-coordinate representation of color #0F2699: hue angle of 230º 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 #0F2699 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 38 | 153 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.4 |
| HSL | 230º | 0.82% | 0.33% | - |
| HSV(B) | 230º | 0.9% | 0.6% | - |
| XYZ | 6.64 | 3.79 | 30.52 | - |
| YUV | 44.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 153 | 0.90 | 0.75 | 0 | 0.4 | 230 | 0.82 | 0.33 |
| Hex | F | 26 | 99 | 5A | 4B | 0 | 28 | E6 | 52 | 21 |
| Octal | 17 | 46 | 231 | 132 | 113 | 0 | 50 | 346 | 122 | 41 |
| Binary | 1111 | 100110 | 10011001 | 1011010 | 1001011 | 0 | 101000 | 11100110 | 1010010 | 100001 |
Color Harmonies of #0F2699
Complementary color
Monochromatic Colors of #0F2699
Black with #0F2699
Text Example
Text Example
White with #0F2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2699; }
p { color: rgb(15,38,153); }
H1.HeaderClassName
{
color: #0F2699;
}
.AnyTagClassName
{
color: #0F2699;
}
</style>
background-color css
<style>
a { background-color: #0F2699; }
a { background-color: rgb(15,38,153); }
div.DivClassName
{
background-color: #0F2699;
}
.BgClassName
{
background-color: #0F2699;
}
</style>
border-color css
<style>
span { border-color: #0F2699; }
span { border-color: rgb(15,38,153); }
td.TdClassName
{
border-color: #0F2699;
}
.TagClassName
{
border-color: #0F2699;
}
</style>