Shades of Egyptian Blue #0F36AB
Tints of Egyptian Blue #0F36AB
RGB
CMYK
RGB Variations
Color information
#0F36AB (or 0x0F36AB) is known color: Egyptian Blue. HEX triplet: 0F, 36 and AB. RGB value is (15,54,171). Sum of RGB (Red+Green+Blue) = 15+54+171=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F36AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F36AB is #F0C954. Grayscale: #373737. Windows color (decimal): -15780181 or 11220495. OLE color: 11220495.
HSL color Cylindrical-coordinate representation of color #0F36AB: hue angle of 225º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F36AB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 54 | 171 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.33 |
| HSL | 225º | 0.84% | 0.36% | - |
| HSV(B) | 225º | 0.91% | 0.67% | - |
| XYZ | 8.87 | 5.68 | 39.16 | - |
| YUV | 55.68 | 193.08 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 171 | 0.91 | 0.68 | 0 | 0.33 | 225 | 0.84 | 0.36 |
| Hex | F | 36 | AB | 5B | 44 | 0 | 21 | E1 | 54 | 24 |
| Octal | 17 | 66 | 253 | 133 | 104 | 0 | 41 | 341 | 124 | 44 |
| Binary | 1111 | 110110 | 10101011 | 1011011 | 1000100 | 0 | 100001 | 11100001 | 1010100 | 100100 |
Color Harmonies of #0F36AB
Complementary color
Monochromatic Colors of #0F36AB
Black with #0F36AB
Text Example
Text Example
White with #0F36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F36AB; }
p { color: rgb(15,54,171); }
H1.HeaderClassName
{
color: #0F36AB;
}
.AnyTagClassName
{
color: #0F36AB;
}
</style>
background-color css
<style>
a { background-color: #0F36AB; }
a { background-color: rgb(15,54,171); }
div.DivClassName
{
background-color: #0F36AB;
}
.BgClassName
{
background-color: #0F36AB;
}
</style>
border-color css
<style>
span { border-color: #0F36AB; }
span { border-color: rgb(15,54,171); }
td.TdClassName
{
border-color: #0F36AB;
}
.TagClassName
{
border-color: #0F36AB;
}
</style>