Shades of Egyptian Blue #0F359C
Tints of Egyptian Blue #0F359C
RGB
CMYK
RGB Variations
Color information
#0F359C (or 0x0F359C) is known color: Egyptian Blue. HEX triplet: 0F, 35 and 9C. RGB value is (15,53,156). Sum of RGB (Red+Green+Blue) = 15+53+156=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F359C is #F0CA63. Grayscale: #343434. Windows color (decimal): -15780452 or 10237199. OLE color: 10237199.
HSL color Cylindrical-coordinate representation of color #0F359C: hue angle of 223.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F359C is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 53 | 156 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.39 |
| HSL | 223.83º | 0.82% | 0.34% | - |
| HSV(B) | 223.83º | 0.9% | 0.61% | - |
| XYZ | 7.47 | 5.05 | 32.03 | - |
| YUV | 53.38 | 185.91 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 156 | 0.90 | 0.66 | 0 | 0.39 | 223.83 | 0.82 | 0.34 |
| Hex | F | 35 | 9C | 5A | 42 | 0 | 27 | E0 | 52 | 22 |
| Octal | 17 | 65 | 234 | 132 | 102 | 0 | 47 | 340 | 122 | 42 |
| Binary | 1111 | 110101 | 10011100 | 1011010 | 1000010 | 0 | 100111 | 11100000 | 1010010 | 100010 |
Color Harmonies of #0F359C
Complementary color
Monochromatic Colors of #0F359C
Black with #0F359C
Text Example
Text Example
White with #0F359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F359C; }
p { color: rgb(15,53,156); }
H1.HeaderClassName
{
color: #0F359C;
}
.AnyTagClassName
{
color: #0F359C;
}
</style>
background-color css
<style>
a { background-color: #0F359C; }
a { background-color: rgb(15,53,156); }
div.DivClassName
{
background-color: #0F359C;
}
.BgClassName
{
background-color: #0F359C;
}
</style>
border-color css
<style>
span { border-color: #0F359C; }
span { border-color: rgb(15,53,156); }
td.TdClassName
{
border-color: #0F359C;
}
.TagClassName
{
border-color: #0F359C;
}
</style>