Shades of Egyptian Blue #1032AF
Tints of Egyptian Blue #1032AF
RGB
CMYK
RGB Variations
Color information
#1032AF (or 0x1032AF) is known color: Egyptian Blue. HEX triplet: 10, 32 and AF. RGB value is (16,50,175). Sum of RGB (Red+Green+Blue) = 16+50+175=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #1032AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1032AF is #EFCD50. Grayscale: #353535. Windows color (decimal): -15715665 or 11481616. OLE color: 11481616.
HSL color Cylindrical-coordinate representation of color #1032AF: hue angle of 227.17º 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 #1032AF is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 50 | 175 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.31 |
| HSL | 227.17º | 0.83% | 0.37% | - |
| HSV(B) | 227.17º | 0.91% | 0.69% | - |
| XYZ | 9.09 | 5.49 | 41.14 | - |
| YUV | 54.08 | 196.24 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 175 | 0.91 | 0.71 | 0 | 0.31 | 227.17 | 0.83 | 0.37 |
| Hex | 10 | 32 | AF | 5B | 47 | 0 | 1F | E3 | 53 | 25 |
| Octal | 20 | 62 | 257 | 133 | 107 | 0 | 37 | 343 | 123 | 45 |
| Binary | 10000 | 110010 | 10101111 | 1011011 | 1000111 | 0 | 11111 | 11100011 | 1010011 | 100101 |
Color Harmonies of #1032AF
Complementary color
Monochromatic Colors of #1032AF
Black with #1032AF
Text Example
Text Example
White with #1032AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1032AF; }
p { color: rgb(16,50,175); }
H1.HeaderClassName
{
color: #1032AF;
}
.AnyTagClassName
{
color: #1032AF;
}
</style>
background-color css
<style>
a { background-color: #1032AF; }
a { background-color: rgb(16,50,175); }
div.DivClassName
{
background-color: #1032AF;
}
.BgClassName
{
background-color: #1032AF;
}
</style>
border-color css
<style>
span { border-color: #1032AF; }
span { border-color: rgb(16,50,175); }
td.TdClassName
{
border-color: #1032AF;
}
.TagClassName
{
border-color: #1032AF;
}
</style>