Shades of Egyptian Blue #1030AA
Tints of Egyptian Blue #1030AA
RGB
CMYK
RGB Variations
Color information
#1030AA (or 0x1030AA) is known color: Egyptian Blue. HEX triplet: 10, 30 and AA. RGB value is (16,48,170). Sum of RGB (Red+Green+Blue) = 16+48+170=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #1030AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1030AA is #EFCF55. Grayscale: #333333. Windows color (decimal): -15716182 or 11153424. OLE color: 11153424.
HSL color Cylindrical-coordinate representation of color #1030AA: hue angle of 227.53º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1030AA is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 48 | 170 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.33 |
| HSL | 227.53º | 0.83% | 0.36% | - |
| HSV(B) | 227.53º | 0.91% | 0.67% | - |
| XYZ | 8.53 | 5.13 | 38.57 | - |
| YUV | 52.34 | 194.4 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 170 | 0.91 | 0.72 | 0 | 0.33 | 227.53 | 0.83 | 0.36 |
| Hex | 10 | 30 | AA | 5B | 48 | 0 | 21 | E4 | 53 | 24 |
| Octal | 20 | 60 | 252 | 133 | 110 | 0 | 41 | 344 | 123 | 44 |
| Binary | 10000 | 110000 | 10101010 | 1011011 | 1001000 | 0 | 100001 | 11100100 | 1010011 | 100100 |
Color Harmonies of #1030AA
Complementary color
Monochromatic Colors of #1030AA
Black with #1030AA
Text Example
Text Example
White with #1030AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1030AA; }
p { color: rgb(16,48,170); }
H1.HeaderClassName
{
color: #1030AA;
}
.AnyTagClassName
{
color: #1030AA;
}
</style>
background-color css
<style>
a { background-color: #1030AA; }
a { background-color: rgb(16,48,170); }
div.DivClassName
{
background-color: #1030AA;
}
.BgClassName
{
background-color: #1030AA;
}
</style>
border-color css
<style>
span { border-color: #1030AA; }
span { border-color: rgb(16,48,170); }
td.TdClassName
{
border-color: #1030AA;
}
.TagClassName
{
border-color: #1030AA;
}
</style>