Shades of Egyptian Blue #1034B2
Tints of Egyptian Blue #1034B2
RGB
CMYK
RGB Variations
Color information
#1034B2 (or 0x1034B2) is known color: Egyptian Blue. HEX triplet: 10, 34 and B2. RGB value is (16,52,178). Sum of RGB (Red+Green+Blue) = 16+52+178=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 178 (69.92% from 255 or 72.36% from 246); Max value from RGB is 178 - color contains mainly: blue. Hex color #1034B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1034B2 is #EFCB4D. Grayscale: #373737. Windows color (decimal): -15715150 or 11678736. OLE color: 11678736.
HSL color Cylindrical-coordinate representation of color #1034B2: hue angle of 226.67º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1034B2 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 52 | 178 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.30 |
| HSL | 226.67º | 0.84% | 0.38% | - |
| HSV(B) | 226.67º | 0.91% | 0.7% | - |
| XYZ | 9.48 | 5.78 | 42.74 | - |
| YUV | 55.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 178 | 0.91 | 0.71 | 0 | 0.30 | 226.67 | 0.84 | 0.38 |
| Hex | 10 | 34 | B2 | 5B | 47 | 0 | 1E | E3 | 54 | 26 |
| Octal | 20 | 64 | 262 | 133 | 107 | 0 | 36 | 343 | 124 | 46 |
| Binary | 10000 | 110100 | 10110010 | 1011011 | 1000111 | 0 | 11110 | 11100011 | 1010100 | 100110 |
Color Harmonies of #1034B2
Complementary color
Monochromatic Colors of #1034B2
Black with #1034B2
Text Example
Text Example
White with #1034B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1034B2; }
p { color: rgb(16,52,178); }
H1.HeaderClassName
{
color: #1034B2;
}
.AnyTagClassName
{
color: #1034B2;
}
</style>
background-color css
<style>
a { background-color: #1034B2; }
a { background-color: rgb(16,52,178); }
div.DivClassName
{
background-color: #1034B2;
}
.BgClassName
{
background-color: #1034B2;
}
</style>
border-color css
<style>
span { border-color: #1034B2; }
span { border-color: rgb(16,52,178); }
td.TdClassName
{
border-color: #1034B2;
}
.TagClassName
{
border-color: #1034B2;
}
</style>