Shades of Egyptian Blue #0F2DAD
Tints of Egyptian Blue #0F2DAD
RGB
CMYK
RGB Variations
Color information
#0F2DAD (or 0x0F2DAD) is known color: Egyptian Blue. HEX triplet: 0F, 2D and AD. RGB value is (15,45,173). Sum of RGB (Red+Green+Blue) = 15+45+173=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F2DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2DAD is #F0D252. Grayscale: #323232. Windows color (decimal): -15782483 or 11349263. OLE color: 11349263.
HSL color Cylindrical-coordinate representation of color #0F2DAD: hue angle of 228.61º 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 #0F2DAD is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 45 | 173 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.32 |
| HSL | 228.61º | 0.84% | 0.37% | - |
| HSV(B) | 228.61º | 0.91% | 0.68% | - |
| XYZ | 8.68 | 5 | 40.04 | - |
| YUV | 50.62 | 197.06 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 45 | 173 | 0.91 | 0.74 | 0 | 0.32 | 228.61 | 0.84 | 0.37 |
| Hex | F | 2D | AD | 5B | 4A | 0 | 20 | E5 | 54 | 25 |
| Octal | 17 | 55 | 255 | 133 | 112 | 0 | 40 | 345 | 124 | 45 |
| Binary | 1111 | 101101 | 10101101 | 1011011 | 1001010 | 0 | 100000 | 11100101 | 1010100 | 100101 |
Color Harmonies of #0F2DAD
Complementary color
Monochromatic Colors of #0F2DAD
Black with #0F2DAD
Text Example
Text Example
White with #0F2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2DAD; }
p { color: rgb(15,45,173); }
H1.HeaderClassName
{
color: #0F2DAD;
}
.AnyTagClassName
{
color: #0F2DAD;
}
</style>
background-color css
<style>
a { background-color: #0F2DAD; }
a { background-color: rgb(15,45,173); }
div.DivClassName
{
background-color: #0F2DAD;
}
.BgClassName
{
background-color: #0F2DAD;
}
</style>
border-color css
<style>
span { border-color: #0F2DAD; }
span { border-color: rgb(15,45,173); }
td.TdClassName
{
border-color: #0F2DAD;
}
.TagClassName
{
border-color: #0F2DAD;
}
</style>