Shades of Egyptian Blue #1031AF
Tints of Egyptian Blue #1031AF
RGB
CMYK
RGB Variations
Color information
#1031AF (or 0x1031AF) is known color: Egyptian Blue. HEX triplet: 10, 31 and AF. RGB value is (16,49,175). Sum of RGB (Red+Green+Blue) = 16+49+175=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #1031AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1031AF is #EFCE50. Grayscale: #343434. Windows color (decimal): -15715921 or 11481360. OLE color: 11481360.
HSL color Cylindrical-coordinate representation of color #1031AF: hue angle of 227.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1031AF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 49 | 175 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.31 |
| HSL | 227.55º | 0.83% | 0.37% | - |
| HSV(B) | 227.55º | 0.91% | 0.69% | - |
| XYZ | 9.05 | 5.4 | 41.12 | - |
| YUV | 53.5 | 196.57 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 175 | 0.91 | 0.72 | 0 | 0.31 | 227.55 | 0.83 | 0.37 |
| Hex | 10 | 31 | AF | 5B | 48 | 0 | 1F | E4 | 53 | 25 |
| Octal | 20 | 61 | 257 | 133 | 110 | 0 | 37 | 344 | 123 | 45 |
| Binary | 10000 | 110001 | 10101111 | 1011011 | 1001000 | 0 | 11111 | 11100100 | 1010011 | 100101 |
Color Harmonies of #1031AF
Complementary color
Monochromatic Colors of #1031AF
Black with #1031AF
Text Example
Text Example
White with #1031AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1031AF; }
p { color: rgb(16,49,175); }
H1.HeaderClassName
{
color: #1031AF;
}
.AnyTagClassName
{
color: #1031AF;
}
</style>
background-color css
<style>
a { background-color: #1031AF; }
a { background-color: rgb(16,49,175); }
div.DivClassName
{
background-color: #1031AF;
}
.BgClassName
{
background-color: #1031AF;
}
</style>
border-color css
<style>
span { border-color: #1031AF; }
span { border-color: rgb(16,49,175); }
td.TdClassName
{
border-color: #1031AF;
}
.TagClassName
{
border-color: #1031AF;
}
</style>