Shades of Egyptian Blue #0F36AD
Tints of Egyptian Blue #0F36AD
RGB
CMYK
RGB Variations
Color information
#0F36AD (or 0x0F36AD) is known color: Egyptian Blue. HEX triplet: 0F, 36 and AD. RGB value is (15,54,173). Sum of RGB (Red+Green+Blue) = 15+54+173=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F36AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F36AD is #F0C952. Grayscale: #373737. Windows color (decimal): -15780179 or 11351567. OLE color: 11351567.
HSL color Cylindrical-coordinate representation of color #0F36AD: hue angle of 225.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F36AD is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 54 | 173 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.32 |
| HSL | 225.19º | 0.84% | 0.37% | - |
| HSV(B) | 225.19º | 0.91% | 0.68% | - |
| XYZ | 9.06 | 5.76 | 40.17 | - |
| YUV | 55.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 173 | 0.91 | 0.69 | 0 | 0.32 | 225.19 | 0.84 | 0.37 |
| Hex | F | 36 | AD | 5B | 45 | 0 | 20 | E1 | 54 | 25 |
| Octal | 17 | 66 | 255 | 133 | 105 | 0 | 40 | 341 | 124 | 45 |
| Binary | 1111 | 110110 | 10101101 | 1011011 | 1000101 | 0 | 100000 | 11100001 | 1010100 | 100101 |
Color Harmonies of #0F36AD
Complementary color
Monochromatic Colors of #0F36AD
Black with #0F36AD
Text Example
Text Example
White with #0F36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F36AD; }
p { color: rgb(15,54,173); }
H1.HeaderClassName
{
color: #0F36AD;
}
.AnyTagClassName
{
color: #0F36AD;
}
</style>
background-color css
<style>
a { background-color: #0F36AD; }
a { background-color: rgb(15,54,173); }
div.DivClassName
{
background-color: #0F36AD;
}
.BgClassName
{
background-color: #0F36AD;
}
</style>
border-color css
<style>
span { border-color: #0F36AD; }
span { border-color: rgb(15,54,173); }
td.TdClassName
{
border-color: #0F36AD;
}
.TagClassName
{
border-color: #0F36AD;
}
</style>