Shades of Egyptian Blue #0739AB
Tints of Egyptian Blue #0739AB
RGB
CMYK
RGB Variations
Color information
#0739AB (or 0x0739AB) is known color: Egyptian Blue. HEX triplet: 07, 39 and AB. RGB value is (7,57,171). Sum of RGB (Red+Green+Blue) = 7+57+171=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #0739AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0739AB is #F8C654. Grayscale: #363636. Windows color (decimal): -16303701 or 11221255. OLE color: 11221255.
HSL color Cylindrical-coordinate representation of color #0739AB: hue angle of 221.71º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0739AB is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 57 | 171 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.33 |
| HSL | 221.71º | 0.92% | 0.35% | - |
| HSV(B) | 221.71º | 0.96% | 0.67% | - |
| XYZ | 8.9 | 5.91 | 39.2 | - |
| YUV | 55.05 | 193.44 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 171 | 0.96 | 0.67 | 0 | 0.33 | 221.71 | 0.92 | 0.35 |
| Hex | 7 | 39 | AB | 60 | 43 | 0 | 21 | DE | 5C | 23 |
| Octal | 7 | 71 | 253 | 140 | 103 | 0 | 41 | 336 | 134 | 43 |
| Binary | 111 | 111001 | 10101011 | 1100000 | 1000011 | 0 | 100001 | 11011110 | 1011100 | 100011 |
Color Harmonies of #0739AB
Complementary color
Monochromatic Colors of #0739AB
Black with #0739AB
Text Example
Text Example
White with #0739AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0739AB; }
p { color: rgb(7,57,171); }
H1.HeaderClassName
{
color: #0739AB;
}
.AnyTagClassName
{
color: #0739AB;
}
</style>
background-color css
<style>
a { background-color: #0739AB; }
a { background-color: rgb(7,57,171); }
div.DivClassName
{
background-color: #0739AB;
}
.BgClassName
{
background-color: #0739AB;
}
</style>
border-color css
<style>
span { border-color: #0739AB; }
span { border-color: rgb(7,57,171); }
td.TdClassName
{
border-color: #0739AB;
}
.TagClassName
{
border-color: #0739AB;
}
</style>