Shades of Egyptian Blue #1934AC
Tints of Egyptian Blue #1934AC
RGB
CMYK
RGB Variations
Color information
#1934AC (or 0x1934AC) is known color: Egyptian Blue. HEX triplet: 19, 34 and AC. RGB value is (25,52,172). Sum of RGB (Red+Green+Blue) = 25+52+172=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #1934AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1934AC is #E6CB53. Grayscale: #393939. Windows color (decimal): -15125332 or 11285529. OLE color: 11285529.
HSL color Cylindrical-coordinate representation of color #1934AC: hue angle of 228.98º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1934AC is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 52 | 172 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.33 |
| HSL | 228.98º | 0.75% | 0.39% | - |
| HSV(B) | 228.98º | 0.85% | 0.67% | - |
| XYZ | 9.08 | 5.64 | 39.64 | - |
| YUV | 57.61 | 192.55 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 172 | 0.85 | 0.70 | 0 | 0.33 | 228.98 | 0.75 | 0.39 |
| Hex | 19 | 34 | AC | 55 | 46 | 0 | 21 | E5 | 4B | 27 |
| Octal | 31 | 64 | 254 | 125 | 106 | 0 | 41 | 345 | 113 | 47 |
| Binary | 11001 | 110100 | 10101100 | 1010101 | 1000110 | 0 | 100001 | 11100101 | 1001011 | 100111 |
Color Harmonies of #1934AC
Complementary color
Monochromatic Colors of #1934AC
Black with #1934AC
Text Example
Text Example
White with #1934AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1934AC; }
p { color: rgb(25,52,172); }
H1.HeaderClassName
{
color: #1934AC;
}
.AnyTagClassName
{
color: #1934AC;
}
</style>
background-color css
<style>
a { background-color: #1934AC; }
a { background-color: rgb(25,52,172); }
div.DivClassName
{
background-color: #1934AC;
}
.BgClassName
{
background-color: #1934AC;
}
</style>
border-color css
<style>
span { border-color: #1934AC; }
span { border-color: rgb(25,52,172); }
td.TdClassName
{
border-color: #1934AC;
}
.TagClassName
{
border-color: #1934AC;
}
</style>