Shades of Egyptian Blue #19368F
Tints of Egyptian Blue #19368F
RGB
CMYK
RGB Variations
Color information
#19368F (or 0x19368F) is known color: Egyptian Blue. HEX triplet: 19, 36 and 8F. RGB value is (25,54,143). Sum of RGB (Red+Green+Blue) = 25+54+143=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 143 (56.25% from 255 or 64.41% from 222); Max value from RGB is 143 - color contains mainly: blue. Hex color #19368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19368F is #E6C970. Grayscale: #373737. Windows color (decimal): -15124849 or 9385497. OLE color: 9385497.
HSL color Cylindrical-coordinate representation of color #19368F: hue angle of 225.25º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19368F is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 54 | 143 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.44 |
| HSL | 225.25º | 0.7% | 0.33% | - |
| HSV(B) | 225.25º | 0.83% | 0.56% | - |
| XYZ | 6.68 | 4.83 | 26.57 | - |
| YUV | 55.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 143 | 0.83 | 0.62 | 0 | 0.44 | 225.25 | 0.7 | 0.33 |
| Hex | 19 | 36 | 8F | 53 | 3E | 0 | 2C | E1 | 46 | 21 |
| Octal | 31 | 66 | 217 | 123 | 76 | 0 | 54 | 341 | 106 | 41 |
| Binary | 11001 | 110110 | 10001111 | 1010011 | 111110 | 0 | 101100 | 11100001 | 1000110 | 100001 |
Color Harmonies of #19368F
Complementary color
Monochromatic Colors of #19368F
Black with #19368F
Text Example
Text Example
White with #19368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19368F; }
p { color: rgb(25,54,143); }
H1.HeaderClassName
{
color: #19368F;
}
.AnyTagClassName
{
color: #19368F;
}
</style>
background-color css
<style>
a { background-color: #19368F; }
a { background-color: rgb(25,54,143); }
div.DivClassName
{
background-color: #19368F;
}
.BgClassName
{
background-color: #19368F;
}
</style>
border-color css
<style>
span { border-color: #19368F; }
span { border-color: rgb(25,54,143); }
td.TdClassName
{
border-color: #19368F;
}
.TagClassName
{
border-color: #19368F;
}
</style>