Shades of Egyptian Blue #083AAD
Tints of Egyptian Blue #083AAD
RGB
CMYK
RGB Variations
Color information
#083AAD (or 0x083AAD) is known color: Egyptian Blue. HEX triplet: 08, 3A and AD. RGB value is (8,58,173). Sum of RGB (Red+Green+Blue) = 8+58+173=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #083AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083AAD is #F7C552. Grayscale: #373737. Windows color (decimal): -16237907 or 11352584. OLE color: 11352584.
HSL color Cylindrical-coordinate representation of color #083AAD: hue angle of 221.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083AAD is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 58 | 173 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.32 |
| HSL | 221.82º | 0.91% | 0.35% | - |
| HSV(B) | 221.82º | 0.95% | 0.68% | - |
| XYZ | 9.16 | 6.09 | 40.23 | - |
| YUV | 56.16 | 193.94 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 173 | 0.95 | 0.66 | 0 | 0.32 | 221.82 | 0.91 | 0.35 |
| Hex | 8 | 3A | AD | 5F | 42 | 0 | 20 | DE | 5B | 23 |
| Octal | 10 | 72 | 255 | 137 | 102 | 0 | 40 | 336 | 133 | 43 |
| Binary | 1000 | 111010 | 10101101 | 1011111 | 1000010 | 0 | 100000 | 11011110 | 1011011 | 100011 |
Color Harmonies of #083AAD
Complementary color
Monochromatic Colors of #083AAD
Black with #083AAD
Text Example
Text Example
White with #083AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083AAD; }
p { color: rgb(8,58,173); }
H1.HeaderClassName
{
color: #083AAD;
}
.AnyTagClassName
{
color: #083AAD;
}
</style>
background-color css
<style>
a { background-color: #083AAD; }
a { background-color: rgb(8,58,173); }
div.DivClassName
{
background-color: #083AAD;
}
.BgClassName
{
background-color: #083AAD;
}
</style>
border-color css
<style>
span { border-color: #083AAD; }
span { border-color: rgb(8,58,173); }
td.TdClassName
{
border-color: #083AAD;
}
.TagClassName
{
border-color: #083AAD;
}
</style>