Shades of Egyptian Blue #0F3B99
Tints of Egyptian Blue #0F3B99
RGB
CMYK
RGB Variations
Color information
#0F3B99 (or 0x0F3B99) is known color: Egyptian Blue. HEX triplet: 0F, 3B and 99. RGB value is (15,59,153). Sum of RGB (Red+Green+Blue) = 15+59+153=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F3B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3B99 is #F0C466. Grayscale: #383838. Windows color (decimal): -15778919 or 10042127. OLE color: 10042127.
HSL color Cylindrical-coordinate representation of color #0F3B99: hue angle of 220.87º 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 #0F3B99 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 59 | 153 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.4 |
| HSL | 220.87º | 0.82% | 0.33% | - |
| HSV(B) | 220.87º | 0.9% | 0.6% | - |
| XYZ | 7.51 | 5.53 | 30.81 | - |
| YUV | 56.56 | 182.42 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 153 | 0.90 | 0.61 | 0 | 0.4 | 220.87 | 0.82 | 0.33 |
| Hex | F | 3B | 99 | 5A | 3D | 0 | 28 | DD | 52 | 21 |
| Octal | 17 | 73 | 231 | 132 | 75 | 0 | 50 | 335 | 122 | 41 |
| Binary | 1111 | 111011 | 10011001 | 1011010 | 111101 | 0 | 101000 | 11011101 | 1010010 | 100001 |
Color Harmonies of #0F3B99
Complementary color
Monochromatic Colors of #0F3B99
Black with #0F3B99
Text Example
Text Example
White with #0F3B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3B99; }
p { color: rgb(15,59,153); }
H1.HeaderClassName
{
color: #0F3B99;
}
.AnyTagClassName
{
color: #0F3B99;
}
</style>
background-color css
<style>
a { background-color: #0F3B99; }
a { background-color: rgb(15,59,153); }
div.DivClassName
{
background-color: #0F3B99;
}
.BgClassName
{
background-color: #0F3B99;
}
</style>
border-color css
<style>
span { border-color: #0F3B99; }
span { border-color: rgb(15,59,153); }
td.TdClassName
{
border-color: #0F3B99;
}
.TagClassName
{
border-color: #0F3B99;
}
</style>