Shades of Egyptian Blue #0F349D
Tints of Egyptian Blue #0F349D
RGB
CMYK
RGB Variations
Color information
#0F349D (or 0x0F349D) is known color: Egyptian Blue. HEX triplet: 0F, 34 and 9D. RGB value is (15,52,157). Sum of RGB (Red+Green+Blue) = 15+52+157=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F349D is #F0CB62. Grayscale: #343434. Windows color (decimal): -15780707 or 10302479. OLE color: 10302479.
HSL color Cylindrical-coordinate representation of color #0F349D: hue angle of 224.37º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F349D is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 52 | 157 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.38 |
| HSL | 224.37º | 0.83% | 0.34% | - |
| HSV(B) | 224.37º | 0.9% | 0.62% | - |
| XYZ | 7.51 | 4.99 | 32.47 | - |
| YUV | 52.91 | 186.74 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 157 | 0.90 | 0.67 | 0 | 0.38 | 224.37 | 0.83 | 0.34 |
| Hex | F | 34 | 9D | 5A | 43 | 0 | 26 | E0 | 53 | 22 |
| Octal | 17 | 64 | 235 | 132 | 103 | 0 | 46 | 340 | 123 | 42 |
| Binary | 1111 | 110100 | 10011101 | 1011010 | 1000011 | 0 | 100110 | 11100000 | 1010011 | 100010 |
Color Harmonies of #0F349D
Complementary color
Monochromatic Colors of #0F349D
Black with #0F349D
Text Example
Text Example
White with #0F349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F349D; }
p { color: rgb(15,52,157); }
H1.HeaderClassName
{
color: #0F349D;
}
.AnyTagClassName
{
color: #0F349D;
}
</style>
background-color css
<style>
a { background-color: #0F349D; }
a { background-color: rgb(15,52,157); }
div.DivClassName
{
background-color: #0F349D;
}
.BgClassName
{
background-color: #0F349D;
}
</style>
border-color css
<style>
span { border-color: #0F349D; }
span { border-color: rgb(15,52,157); }
td.TdClassName
{
border-color: #0F349D;
}
.TagClassName
{
border-color: #0F349D;
}
</style>