Shades of Egyptian Blue #0F36AC
Tints of Egyptian Blue #0F36AC
RGB
CMYK
RGB Variations
Color information
#0F36AC (or 0x0F36AC) is known color: Egyptian Blue. HEX triplet: 0F, 36 and AC. RGB value is (15,54,172). Sum of RGB (Red+Green+Blue) = 15+54+172=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F36AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F36AC is #F0C953. Grayscale: #373737. Windows color (decimal): -15780180 or 11286031. OLE color: 11286031.
HSL color Cylindrical-coordinate representation of color #0F36AC: hue angle of 225.1º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F36AC is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 54 | 172 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.33 |
| HSL | 225.1º | 0.84% | 0.37% | - |
| HSV(B) | 225.1º | 0.91% | 0.67% | - |
| XYZ | 8.96 | 5.72 | 39.66 | - |
| YUV | 55.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 172 | 0.91 | 0.69 | 0 | 0.33 | 225.1 | 0.84 | 0.37 |
| Hex | F | 36 | AC | 5B | 45 | 0 | 21 | E1 | 54 | 25 |
| Octal | 17 | 66 | 254 | 133 | 105 | 0 | 41 | 341 | 124 | 45 |
| Binary | 1111 | 110110 | 10101100 | 1011011 | 1000101 | 0 | 100001 | 11100001 | 1010100 | 100101 |
Color Harmonies of #0F36AC
Complementary color
Monochromatic Colors of #0F36AC
Black with #0F36AC
Text Example
Text Example
White with #0F36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F36AC; }
p { color: rgb(15,54,172); }
H1.HeaderClassName
{
color: #0F36AC;
}
.AnyTagClassName
{
color: #0F36AC;
}
</style>
background-color css
<style>
a { background-color: #0F36AC; }
a { background-color: rgb(15,54,172); }
div.DivClassName
{
background-color: #0F36AC;
}
.BgClassName
{
background-color: #0F36AC;
}
</style>
border-color css
<style>
span { border-color: #0F36AC; }
span { border-color: rgb(15,54,172); }
td.TdClassName
{
border-color: #0F36AC;
}
.TagClassName
{
border-color: #0F36AC;
}
</style>