Shades of Egyptian Blue #0F29AD
Tints of Egyptian Blue #0F29AD
RGB
CMYK
RGB Variations
Color information
#0F29AD (or 0x0F29AD) is known color: Egyptian Blue. HEX triplet: 0F, 29 and AD. RGB value is (15,41,173). Sum of RGB (Red+Green+Blue) = 15+41+173=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F29AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F29AD is #F0D652. Grayscale: #2F2F2F. Windows color (decimal): -15783507 or 11348239. OLE color: 11348239.
HSL color Cylindrical-coordinate representation of color #0F29AD: hue angle of 230.13º 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 #0F29AD is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 41 | 173 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.32 |
| HSL | 230.13º | 0.84% | 0.37% | - |
| HSV(B) | 230.13º | 0.91% | 0.68% | - |
| XYZ | 8.53 | 4.7 | 39.99 | - |
| YUV | 48.27 | 198.39 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 173 | 0.91 | 0.76 | 0 | 0.32 | 230.13 | 0.84 | 0.37 |
| Hex | F | 29 | AD | 5B | 4C | 0 | 20 | E6 | 54 | 25 |
| Octal | 17 | 51 | 255 | 133 | 114 | 0 | 40 | 346 | 124 | 45 |
| Binary | 1111 | 101001 | 10101101 | 1011011 | 1001100 | 0 | 100000 | 11100110 | 1010100 | 100101 |
Color Harmonies of #0F29AD
Complementary color
Monochromatic Colors of #0F29AD
Black with #0F29AD
Text Example
Text Example
White with #0F29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F29AD; }
p { color: rgb(15,41,173); }
H1.HeaderClassName
{
color: #0F29AD;
}
.AnyTagClassName
{
color: #0F29AD;
}
</style>
background-color css
<style>
a { background-color: #0F29AD; }
a { background-color: rgb(15,41,173); }
div.DivClassName
{
background-color: #0F29AD;
}
.BgClassName
{
background-color: #0F29AD;
}
</style>
border-color css
<style>
span { border-color: #0F29AD; }
span { border-color: rgb(15,41,173); }
td.TdClassName
{
border-color: #0F29AD;
}
.TagClassName
{
border-color: #0F29AD;
}
</style>