Shades of Egyptian Blue #0F379E
Tints of Egyptian Blue #0F379E
RGB
CMYK
RGB Variations
Color information
#0F379E (or 0x0F379E) is known color: Egyptian Blue. HEX triplet: 0F, 37 and 9E. RGB value is (15,55,158). Sum of RGB (Red+Green+Blue) = 15+55+158=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F379E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F379E is #F0C861. Grayscale: #363636. Windows color (decimal): -15779938 or 10368783. OLE color: 10368783.
HSL color Cylindrical-coordinate representation of color #0F379E: hue angle of 223.22º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F379E is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 55 | 158 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.38 |
| HSL | 223.22º | 0.83% | 0.34% | - |
| HSV(B) | 223.22º | 0.91% | 0.62% | - |
| XYZ | 7.73 | 5.3 | 32.96 | - |
| YUV | 54.78 | 186.25 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 158 | 0.91 | 0.65 | 0 | 0.38 | 223.22 | 0.83 | 0.34 |
| Hex | F | 37 | 9E | 5B | 41 | 0 | 26 | DF | 53 | 22 |
| Octal | 17 | 67 | 236 | 133 | 101 | 0 | 46 | 337 | 123 | 42 |
| Binary | 1111 | 110111 | 10011110 | 1011011 | 1000001 | 0 | 100110 | 11011111 | 1010011 | 100010 |
Color Harmonies of #0F379E
Complementary color
Monochromatic Colors of #0F379E
Black with #0F379E
Text Example
Text Example
White with #0F379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F379E; }
p { color: rgb(15,55,158); }
H1.HeaderClassName
{
color: #0F379E;
}
.AnyTagClassName
{
color: #0F379E;
}
</style>
background-color css
<style>
a { background-color: #0F379E; }
a { background-color: rgb(15,55,158); }
div.DivClassName
{
background-color: #0F379E;
}
.BgClassName
{
background-color: #0F379E;
}
</style>
border-color css
<style>
span { border-color: #0F379E; }
span { border-color: rgb(15,55,158); }
td.TdClassName
{
border-color: #0F379E;
}
.TagClassName
{
border-color: #0F379E;
}
</style>