Shades of Egyptian Blue #0F30AD
Tints of Egyptian Blue #0F30AD
RGB
CMYK
RGB Variations
Color information
#0F30AD (or 0x0F30AD) is known color: Egyptian Blue. HEX triplet: 0F, 30 and AD. RGB value is (15,48,173). Sum of RGB (Red+Green+Blue) = 15+48+173=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F30AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F30AD is #F0CF52. Grayscale: #333333. Windows color (decimal): -15781715 or 11350031. OLE color: 11350031.
HSL color Cylindrical-coordinate representation of color #0F30AD: hue angle of 227.47º 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 #0F30AD is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 48 | 173 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.32 |
| HSL | 227.47º | 0.84% | 0.37% | - |
| HSV(B) | 227.47º | 0.91% | 0.68% | - |
| XYZ | 8.8 | 5.23 | 40.08 | - |
| YUV | 52.38 | 196.07 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 173 | 0.91 | 0.72 | 0 | 0.32 | 227.47 | 0.84 | 0.37 |
| Hex | F | 30 | AD | 5B | 48 | 0 | 20 | E3 | 54 | 25 |
| Octal | 17 | 60 | 255 | 133 | 110 | 0 | 40 | 343 | 124 | 45 |
| Binary | 1111 | 110000 | 10101101 | 1011011 | 1001000 | 0 | 100000 | 11100011 | 1010100 | 100101 |
Color Harmonies of #0F30AD
Complementary color
Monochromatic Colors of #0F30AD
Black with #0F30AD
Text Example
Text Example
White with #0F30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F30AD; }
p { color: rgb(15,48,173); }
H1.HeaderClassName
{
color: #0F30AD;
}
.AnyTagClassName
{
color: #0F30AD;
}
</style>
background-color css
<style>
a { background-color: #0F30AD; }
a { background-color: rgb(15,48,173); }
div.DivClassName
{
background-color: #0F30AD;
}
.BgClassName
{
background-color: #0F30AD;
}
</style>
border-color css
<style>
span { border-color: #0F30AD; }
span { border-color: rgb(15,48,173); }
td.TdClassName
{
border-color: #0F30AD;
}
.TagClassName
{
border-color: #0F30AD;
}
</style>