Shades of Egyptian Blue #0F3899
Tints of Egyptian Blue #0F3899
RGB
CMYK
RGB Variations
Color information
#0F3899 (or 0x0F3899) is known color: Egyptian Blue. HEX triplet: 0F, 38 and 99. RGB value is (15,56,153). Sum of RGB (Red+Green+Blue) = 15+56+153=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F3899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3899 is #F0C766. Grayscale: #363636. Windows color (decimal): -15779687 or 10041359. OLE color: 10041359.
HSL color Cylindrical-coordinate representation of color #0F3899: hue angle of 222.17º 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 #0F3899 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 56 | 153 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.4 |
| HSL | 222.17º | 0.82% | 0.33% | - |
| HSV(B) | 222.17º | 0.9% | 0.6% | - |
| XYZ | 7.36 | 5.23 | 30.76 | - |
| YUV | 54.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 153 | 0.90 | 0.63 | 0 | 0.4 | 222.17 | 0.82 | 0.33 |
| Hex | F | 38 | 99 | 5A | 3F | 0 | 28 | DE | 52 | 21 |
| Octal | 17 | 70 | 231 | 132 | 77 | 0 | 50 | 336 | 122 | 41 |
| Binary | 1111 | 111000 | 10011001 | 1011010 | 111111 | 0 | 101000 | 11011110 | 1010010 | 100001 |
Color Harmonies of #0F3899
Complementary color
Monochromatic Colors of #0F3899
Black with #0F3899
Text Example
Text Example
White with #0F3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3899; }
p { color: rgb(15,56,153); }
H1.HeaderClassName
{
color: #0F3899;
}
.AnyTagClassName
{
color: #0F3899;
}
</style>
background-color css
<style>
a { background-color: #0F3899; }
a { background-color: rgb(15,56,153); }
div.DivClassName
{
background-color: #0F3899;
}
.BgClassName
{
background-color: #0F3899;
}
</style>
border-color css
<style>
span { border-color: #0F3899; }
span { border-color: rgb(15,56,153); }
td.TdClassName
{
border-color: #0F3899;
}
.TagClassName
{
border-color: #0F3899;
}
</style>