Shades of Egyptian Blue #083AB7
Tints of Egyptian Blue #083AB7
RGB
CMYK
RGB Variations
Color information
#083AB7 (or 0x083AB7) is known color: Egyptian Blue. HEX triplet: 08, 3A and B7. RGB value is (8,58,183). Sum of RGB (Red+Green+Blue) = 8+58+183=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 183 (71.88% from 255 or 73.49% from 249); Max value from RGB is 183 - color contains mainly: blue. Hex color #083AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083AB7 is #F7C548. Grayscale: #383838. Windows color (decimal): -16237897 or 12007944. OLE color: 12007944.
HSL color Cylindrical-coordinate representation of color #083AB7: hue angle of 222.86º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083AB7 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 58 | 183 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.28 |
| HSL | 222.86º | 0.92% | 0.37% | - |
| HSV(B) | 222.86º | 0.96% | 0.72% | - |
| XYZ | 10.16 | 6.5 | 45.52 | - |
| YUV | 57.3 | 198.94 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 183 | 0.96 | 0.68 | 0 | 0.28 | 222.86 | 0.92 | 0.37 |
| Hex | 8 | 3A | B7 | 60 | 44 | 0 | 1C | DF | 5C | 25 |
| Octal | 10 | 72 | 267 | 140 | 104 | 0 | 34 | 337 | 134 | 45 |
| Binary | 1000 | 111010 | 10110111 | 1100000 | 1000100 | 0 | 11100 | 11011111 | 1011100 | 100101 |
Color Harmonies of #083AB7
Complementary color
Monochromatic Colors of #083AB7
Black with #083AB7
Text Example
Text Example
White with #083AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083AB7; }
p { color: rgb(8,58,183); }
H1.HeaderClassName
{
color: #083AB7;
}
.AnyTagClassName
{
color: #083AB7;
}
</style>
background-color css
<style>
a { background-color: #083AB7; }
a { background-color: rgb(8,58,183); }
div.DivClassName
{
background-color: #083AB7;
}
.BgClassName
{
background-color: #083AB7;
}
</style>
border-color css
<style>
span { border-color: #083AB7; }
span { border-color: rgb(8,58,183); }
td.TdClassName
{
border-color: #083AB7;
}
.TagClassName
{
border-color: #083AB7;
}
</style>