Shades of Egyptian Blue #0F40AB
Tints of Egyptian Blue #0F40AB
RGB
CMYK
RGB Variations
Color information
#0F40AB (or 0x0F40AB) is known color: Egyptian Blue. HEX triplet: 0F, 40 and AB. RGB value is (15,64,171). Sum of RGB (Red+Green+Blue) = 15+64+171=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F40AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F40AB is #F0BF54. Grayscale: #3D3D3D. Windows color (decimal): -15777621 or 11223055. OLE color: 11223055.
HSL color Cylindrical-coordinate representation of color #0F40AB: hue angle of 221.15º 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 #0F40AB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 64 | 171 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.33 |
| HSL | 221.15º | 0.84% | 0.36% | - |
| HSV(B) | 221.15º | 0.91% | 0.67% | - |
| XYZ | 9.38 | 6.71 | 39.33 | - |
| YUV | 61.55 | 189.77 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 171 | 0.91 | 0.63 | 0 | 0.33 | 221.15 | 0.84 | 0.36 |
| Hex | F | 40 | AB | 5B | 3F | 0 | 21 | DD | 54 | 24 |
| Octal | 17 | 100 | 253 | 133 | 77 | 0 | 41 | 335 | 124 | 44 |
| Binary | 1111 | 1000000 | 10101011 | 1011011 | 111111 | 0 | 100001 | 11011101 | 1010100 | 100100 |
Color Harmonies of #0F40AB
Complementary color
Monochromatic Colors of #0F40AB
Black with #0F40AB
Text Example
Text Example
White with #0F40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F40AB; }
p { color: rgb(15,64,171); }
H1.HeaderClassName
{
color: #0F40AB;
}
.AnyTagClassName
{
color: #0F40AB;
}
</style>
background-color css
<style>
a { background-color: #0F40AB; }
a { background-color: rgb(15,64,171); }
div.DivClassName
{
background-color: #0F40AB;
}
.BgClassName
{
background-color: #0F40AB;
}
</style>
border-color css
<style>
span { border-color: #0F40AB; }
span { border-color: rgb(15,64,171); }
td.TdClassName
{
border-color: #0F40AB;
}
.TagClassName
{
border-color: #0F40AB;
}
</style>