Shades of Egyptian Blue #083CA3
Tints of Egyptian Blue #083CA3
RGB
CMYK
RGB Variations
Color information
#083CA3 (or 0x083CA3) is known color: Egyptian Blue. HEX triplet: 08, 3C and A3. RGB value is (8,60,163). Sum of RGB (Red+Green+Blue) = 8+60+163=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #083CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083CA3 is #F7C35C. Grayscale: #373737. Windows color (decimal): -16237405 or 10697736. OLE color: 10697736.
HSL color Cylindrical-coordinate representation of color #083CA3: hue angle of 219.87º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083CA3 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 60 | 163 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.36 |
| HSL | 219.87º | 0.91% | 0.34% | - |
| HSV(B) | 219.87º | 0.95% | 0.64% | - |
| XYZ | 8.33 | 5.93 | 35.36 | - |
| YUV | 56.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 163 | 0.95 | 0.63 | 0 | 0.36 | 219.87 | 0.91 | 0.34 |
| Hex | 8 | 3C | A3 | 5F | 3F | 0 | 24 | DC | 5B | 22 |
| Octal | 10 | 74 | 243 | 137 | 77 | 0 | 44 | 334 | 133 | 42 |
| Binary | 1000 | 111100 | 10100011 | 1011111 | 111111 | 0 | 100100 | 11011100 | 1011011 | 100010 |
Color Harmonies of #083CA3
Complementary color
Monochromatic Colors of #083CA3
Black with #083CA3
Text Example
Text Example
White with #083CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CA3; }
p { color: rgb(8,60,163); }
H1.HeaderClassName
{
color: #083CA3;
}
.AnyTagClassName
{
color: #083CA3;
}
</style>
background-color css
<style>
a { background-color: #083CA3; }
a { background-color: rgb(8,60,163); }
div.DivClassName
{
background-color: #083CA3;
}
.BgClassName
{
background-color: #083CA3;
}
</style>
border-color css
<style>
span { border-color: #083CA3; }
span { border-color: rgb(8,60,163); }
td.TdClassName
{
border-color: #083CA3;
}
.TagClassName
{
border-color: #083CA3;
}
</style>