Shades of Egyptian Blue #083BA2
Tints of Egyptian Blue #083BA2
RGB
CMYK
RGB Variations
Color information
#083BA2 (or 0x083BA2) is known color: Egyptian Blue. HEX triplet: 08, 3B and A2. RGB value is (8,59,162). Sum of RGB (Red+Green+Blue) = 8+59+162=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 162 (63.67% from 255 or 70.74% from 229); Max value from RGB is 162 - color contains mainly: blue. Hex color #083BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083BA2 is #F7C45D. Grayscale: #373737. Windows color (decimal): -16237662 or 10631944. OLE color: 10631944.
HSL color Cylindrical-coordinate representation of color #083BA2: hue angle of 220.13º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083BA2 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 59 | 162 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.36 |
| HSL | 220.13º | 0.91% | 0.33% | - |
| HSV(B) | 220.13º | 0.95% | 0.64% | - |
| XYZ | 8.19 | 5.79 | 34.87 | - |
| YUV | 55.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 162 | 0.95 | 0.64 | 0 | 0.36 | 220.13 | 0.91 | 0.33 |
| Hex | 8 | 3B | A2 | 5F | 40 | 0 | 24 | DC | 5B | 21 |
| Octal | 10 | 73 | 242 | 137 | 100 | 0 | 44 | 334 | 133 | 41 |
| Binary | 1000 | 111011 | 10100010 | 1011111 | 1000000 | 0 | 100100 | 11011100 | 1011011 | 100001 |
Color Harmonies of #083BA2
Complementary color
Monochromatic Colors of #083BA2
Black with #083BA2
Text Example
Text Example
White with #083BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083BA2; }
p { color: rgb(8,59,162); }
H1.HeaderClassName
{
color: #083BA2;
}
.AnyTagClassName
{
color: #083BA2;
}
</style>
background-color css
<style>
a { background-color: #083BA2; }
a { background-color: rgb(8,59,162); }
div.DivClassName
{
background-color: #083BA2;
}
.BgClassName
{
background-color: #083BA2;
}
</style>
border-color css
<style>
span { border-color: #083BA2; }
span { border-color: rgb(8,59,162); }
td.TdClassName
{
border-color: #083BA2;
}
.TagClassName
{
border-color: #083BA2;
}
</style>