Shades of Egyptian Blue #0831A1
Tints of Egyptian Blue #0831A1
RGB
CMYK
RGB Variations
Color information
#0831A1 (or 0x0831A1) is known color: Egyptian Blue. HEX triplet: 08, 31 and A1. RGB value is (8,49,161). Sum of RGB (Red+Green+Blue) = 8+49+161=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 161 (63.28% from 255 or 73.85% from 218); Max value from RGB is 161 - color contains mainly: blue. Hex color #0831A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0831A1 is #F7CE5E. Grayscale: #313131. Windows color (decimal): -16240223 or 10563848. OLE color: 10563848.
HSL color Cylindrical-coordinate representation of color #0831A1: hue angle of 223.92º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0831A1 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 49 | 161 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.37 |
| HSL | 223.92º | 0.91% | 0.33% | - |
| HSV(B) | 223.92º | 0.95% | 0.63% | - |
| XYZ | 7.63 | 4.82 | 34.25 | - |
| YUV | 49.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 161 | 0.95 | 0.70 | 0 | 0.37 | 223.92 | 0.91 | 0.33 |
| Hex | 8 | 31 | A1 | 5F | 46 | 0 | 25 | E0 | 5B | 21 |
| Octal | 10 | 61 | 241 | 137 | 106 | 0 | 45 | 340 | 133 | 41 |
| Binary | 1000 | 110001 | 10100001 | 1011111 | 1000110 | 0 | 100101 | 11100000 | 1011011 | 100001 |
Color Harmonies of #0831A1
Complementary color
Monochromatic Colors of #0831A1
Black with #0831A1
Text Example
Text Example
White with #0831A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831A1; }
p { color: rgb(8,49,161); }
H1.HeaderClassName
{
color: #0831A1;
}
.AnyTagClassName
{
color: #0831A1;
}
</style>
background-color css
<style>
a { background-color: #0831A1; }
a { background-color: rgb(8,49,161); }
div.DivClassName
{
background-color: #0831A1;
}
.BgClassName
{
background-color: #0831A1;
}
</style>
border-color css
<style>
span { border-color: #0831A1; }
span { border-color: rgb(8,49,161); }
td.TdClassName
{
border-color: #0831A1;
}
.TagClassName
{
border-color: #0831A1;
}
</style>