Shades of Egyptian Blue #0F2CAD
Tints of Egyptian Blue #0F2CAD
RGB
CMYK
RGB Variations
Color information
#0F2CAD (or 0x0F2CAD) is known color: Egyptian Blue. HEX triplet: 0F, 2C and AD. RGB value is (15,44,173). Sum of RGB (Red+Green+Blue) = 15+44+173=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F2CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2CAD is #F0D352. Grayscale: #313131. Windows color (decimal): -15782739 or 11349007. OLE color: 11349007.
HSL color Cylindrical-coordinate representation of color #0F2CAD: hue angle of 228.99º 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 #0F2CAD is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 44 | 173 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.32 |
| HSL | 228.99º | 0.84% | 0.37% | - |
| HSV(B) | 228.99º | 0.91% | 0.68% | - |
| XYZ | 8.64 | 4.92 | 40.03 | - |
| YUV | 50.04 | 197.39 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 173 | 0.91 | 0.75 | 0 | 0.32 | 228.99 | 0.84 | 0.37 |
| Hex | F | 2C | AD | 5B | 4B | 0 | 20 | E5 | 54 | 25 |
| Octal | 17 | 54 | 255 | 133 | 113 | 0 | 40 | 345 | 124 | 45 |
| Binary | 1111 | 101100 | 10101101 | 1011011 | 1001011 | 0 | 100000 | 11100101 | 1010100 | 100101 |
Color Harmonies of #0F2CAD
Complementary color
Monochromatic Colors of #0F2CAD
Black with #0F2CAD
Text Example
Text Example
White with #0F2CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2CAD; }
p { color: rgb(15,44,173); }
H1.HeaderClassName
{
color: #0F2CAD;
}
.AnyTagClassName
{
color: #0F2CAD;
}
</style>
background-color css
<style>
a { background-color: #0F2CAD; }
a { background-color: rgb(15,44,173); }
div.DivClassName
{
background-color: #0F2CAD;
}
.BgClassName
{
background-color: #0F2CAD;
}
</style>
border-color css
<style>
span { border-color: #0F2CAD; }
span { border-color: rgb(15,44,173); }
td.TdClassName
{
border-color: #0F2CAD;
}
.TagClassName
{
border-color: #0F2CAD;
}
</style>