Shades of Egyptian Blue #0F3598
Tints of Egyptian Blue #0F3598
RGB
CMYK
RGB Variations
Color information
#0F3598 (or 0x0F3598) is known color: Egyptian Blue. HEX triplet: 0F, 35 and 98. RGB value is (15,53,152). Sum of RGB (Red+Green+Blue) = 15+53+152=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F3598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3598 is #F0CA67. Grayscale: #343434. Windows color (decimal): -15780456 or 9975055. OLE color: 9975055.
HSL color Cylindrical-coordinate representation of color #0F3598: hue angle of 223.36º 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 #0F3598 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 53 | 152 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.40 |
| HSL | 223.36º | 0.82% | 0.33% | - |
| HSV(B) | 223.36º | 0.9% | 0.6% | - |
| XYZ | 7.14 | 4.91 | 30.28 | - |
| YUV | 52.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 152 | 0.90 | 0.65 | 0 | 0.40 | 223.36 | 0.82 | 0.33 |
| Hex | F | 35 | 98 | 5A | 41 | 0 | 28 | DF | 52 | 21 |
| Octal | 17 | 65 | 230 | 132 | 101 | 0 | 50 | 337 | 122 | 41 |
| Binary | 1111 | 110101 | 10011000 | 1011010 | 1000001 | 0 | 101000 | 11011111 | 1010010 | 100001 |
Color Harmonies of #0F3598
Complementary color
Monochromatic Colors of #0F3598
Black with #0F3598
Text Example
Text Example
White with #0F3598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3598; }
p { color: rgb(15,53,152); }
H1.HeaderClassName
{
color: #0F3598;
}
.AnyTagClassName
{
color: #0F3598;
}
</style>
background-color css
<style>
a { background-color: #0F3598; }
a { background-color: rgb(15,53,152); }
div.DivClassName
{
background-color: #0F3598;
}
.BgClassName
{
background-color: #0F3598;
}
</style>
border-color css
<style>
span { border-color: #0F3598; }
span { border-color: rgb(15,53,152); }
td.TdClassName
{
border-color: #0F3598;
}
.TagClassName
{
border-color: #0F3598;
}
</style>