Shades of Egyptian Blue #1943AC
Tints of Egyptian Blue #1943AC
RGB
CMYK
RGB Variations
Color information
#1943AC (or 0x1943AC) is known color: Egyptian Blue. HEX triplet: 19, 43 and AC. RGB value is (25,67,172). Sum of RGB (Red+Green+Blue) = 25+67+172=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #1943AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1943AC is #E6BC53. Grayscale: #414141. Windows color (decimal): -15121492 or 11289369. OLE color: 11289369.
HSL color Cylindrical-coordinate representation of color #1943AC: hue angle of 222.86º 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 #1943AC is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 67 | 172 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.33 |
| HSL | 222.86º | 0.75% | 0.39% | - |
| HSV(B) | 222.86º | 0.85% | 0.67% | - |
| XYZ | 9.85 | 7.2 | 39.9 | - |
| YUV | 66.41 | 187.59 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 172 | 0.85 | 0.61 | 0 | 0.33 | 222.86 | 0.75 | 0.39 |
| Hex | 19 | 43 | AC | 55 | 3D | 0 | 21 | DF | 4B | 27 |
| Octal | 31 | 103 | 254 | 125 | 75 | 0 | 41 | 337 | 113 | 47 |
| Binary | 11001 | 1000011 | 10101100 | 1010101 | 111101 | 0 | 100001 | 11011111 | 1001011 | 100111 |
Color Harmonies of #1943AC
Complementary color
Monochromatic Colors of #1943AC
Black with #1943AC
Text Example
Text Example
White with #1943AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1943AC; }
p { color: rgb(25,67,172); }
H1.HeaderClassName
{
color: #1943AC;
}
.AnyTagClassName
{
color: #1943AC;
}
</style>
background-color css
<style>
a { background-color: #1943AC; }
a { background-color: rgb(25,67,172); }
div.DivClassName
{
background-color: #1943AC;
}
.BgClassName
{
background-color: #1943AC;
}
</style>
border-color css
<style>
span { border-color: #1943AC; }
span { border-color: rgb(25,67,172); }
td.TdClassName
{
border-color: #1943AC;
}
.TagClassName
{
border-color: #1943AC;
}
</style>