Shades of Egyptian Blue #1943AB
Tints of Egyptian Blue #1943AB
RGB
CMYK
RGB Variations
Color information
#1943AB (or 0x1943AB) is known color: Egyptian Blue. HEX triplet: 19, 43 and AB. RGB value is (25,67,171). Sum of RGB (Red+Green+Blue) = 25+67+171=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #1943AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1943AB is #E6BC54. Grayscale: #414141. Windows color (decimal): -15121493 or 11223833. OLE color: 11223833.
HSL color Cylindrical-coordinate representation of color #1943AB: hue angle of 222.74º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1943AB is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 67 | 171 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.33 |
| HSL | 222.74º | 0.74% | 0.38% | - |
| HSV(B) | 222.74º | 0.85% | 0.67% | - |
| XYZ | 9.76 | 7.16 | 39.4 | - |
| YUV | 66.3 | 187.09 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 171 | 0.85 | 0.61 | 0 | 0.33 | 222.74 | 0.74 | 0.38 |
| Hex | 19 | 43 | AB | 55 | 3D | 0 | 21 | DF | 4A | 26 |
| Octal | 31 | 103 | 253 | 125 | 75 | 0 | 41 | 337 | 112 | 46 |
| Binary | 11001 | 1000011 | 10101011 | 1010101 | 111101 | 0 | 100001 | 11011111 | 1001010 | 100110 |
Color Harmonies of #1943AB
Complementary color
Monochromatic Colors of #1943AB
Black with #1943AB
Text Example
Text Example
White with #1943AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1943AB; }
p { color: rgb(25,67,171); }
H1.HeaderClassName
{
color: #1943AB;
}
.AnyTagClassName
{
color: #1943AB;
}
</style>
background-color css
<style>
a { background-color: #1943AB; }
a { background-color: rgb(25,67,171); }
div.DivClassName
{
background-color: #1943AB;
}
.BgClassName
{
background-color: #1943AB;
}
</style>
border-color css
<style>
span { border-color: #1943AB; }
span { border-color: rgb(25,67,171); }
td.TdClassName
{
border-color: #1943AB;
}
.TagClassName
{
border-color: #1943AB;
}
</style>