Shades of Egyptian Blue #0738AA
Tints of Egyptian Blue #0738AA
RGB
CMYK
RGB Variations
Color information
#0738AA (or 0x0738AA) is known color: Egyptian Blue. HEX triplet: 07, 38 and AA. RGB value is (7,56,170). Sum of RGB (Red+Green+Blue) = 7+56+170=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #0738AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0738AA is #F8C755. Grayscale: #353535. Windows color (decimal): -16303958 or 11155463. OLE color: 11155463.
HSL color Cylindrical-coordinate representation of color #0738AA: hue angle of 221.96º 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 #0738AA is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 56 | 170 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.33 |
| HSL | 221.96º | 0.92% | 0.35% | - |
| HSV(B) | 221.96º | 0.96% | 0.67% | - |
| XYZ | 8.76 | 5.78 | 38.68 | - |
| YUV | 54.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 170 | 0.96 | 0.67 | 0 | 0.33 | 221.96 | 0.92 | 0.35 |
| Hex | 7 | 38 | AA | 60 | 43 | 0 | 21 | DE | 5C | 23 |
| Octal | 7 | 70 | 252 | 140 | 103 | 0 | 41 | 336 | 134 | 43 |
| Binary | 111 | 111000 | 10101010 | 1100000 | 1000011 | 0 | 100001 | 11011110 | 1011100 | 100011 |
Color Harmonies of #0738AA
Complementary color
Monochromatic Colors of #0738AA
Black with #0738AA
Text Example
Text Example
White with #0738AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0738AA; }
p { color: rgb(7,56,170); }
H1.HeaderClassName
{
color: #0738AA;
}
.AnyTagClassName
{
color: #0738AA;
}
</style>
background-color css
<style>
a { background-color: #0738AA; }
a { background-color: rgb(7,56,170); }
div.DivClassName
{
background-color: #0738AA;
}
.BgClassName
{
background-color: #0738AA;
}
</style>
border-color css
<style>
span { border-color: #0738AA; }
span { border-color: rgb(7,56,170); }
td.TdClassName
{
border-color: #0738AA;
}
.TagClassName
{
border-color: #0738AA;
}
</style>