Shades of Egyptian Blue #0739AD
Tints of Egyptian Blue #0739AD
RGB
CMYK
RGB Variations
Color information
#0739AD (or 0x0739AD) is known color: Egyptian Blue. HEX triplet: 07, 39 and AD. RGB value is (7,57,173). Sum of RGB (Red+Green+Blue) = 7+57+173=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #0739AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0739AD is #F8C652. Grayscale: #363636. Windows color (decimal): -16303699 or 11352327. OLE color: 11352327.
HSL color Cylindrical-coordinate representation of color #0739AD: hue angle of 221.93º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0739AD is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 57 | 173 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.32 |
| HSL | 221.93º | 0.92% | 0.35% | - |
| HSV(B) | 221.93º | 0.96% | 0.68% | - |
| XYZ | 9.09 | 5.99 | 40.21 | - |
| YUV | 55.27 | 194.44 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 173 | 0.96 | 0.67 | 0 | 0.32 | 221.93 | 0.92 | 0.35 |
| Hex | 7 | 39 | AD | 60 | 43 | 0 | 20 | DE | 5C | 23 |
| Octal | 7 | 71 | 255 | 140 | 103 | 0 | 40 | 336 | 134 | 43 |
| Binary | 111 | 111001 | 10101101 | 1100000 | 1000011 | 0 | 100000 | 11011110 | 1011100 | 100011 |
Color Harmonies of #0739AD
Complementary color
Monochromatic Colors of #0739AD
Black with #0739AD
Text Example
Text Example
White with #0739AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0739AD; }
p { color: rgb(7,57,173); }
H1.HeaderClassName
{
color: #0739AD;
}
.AnyTagClassName
{
color: #0739AD;
}
</style>
background-color css
<style>
a { background-color: #0739AD; }
a { background-color: rgb(7,57,173); }
div.DivClassName
{
background-color: #0739AD;
}
.BgClassName
{
background-color: #0739AD;
}
</style>
border-color css
<style>
span { border-color: #0739AD; }
span { border-color: rgb(7,57,173); }
td.TdClassName
{
border-color: #0739AD;
}
.TagClassName
{
border-color: #0739AD;
}
</style>