Shades of Egyptian Blue #192DA1
Tints of Egyptian Blue #192DA1
RGB
CMYK
RGB Variations
Color information
#192DA1 (or 0x192DA1) is known color: Egyptian Blue. HEX triplet: 19, 2D and A1. RGB value is (25,45,161). Sum of RGB (Red+Green+Blue) = 25+45+161=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 161 (63.28% from 255 or 69.70% from 231); Max value from RGB is 161 - color contains mainly: blue. Hex color #192DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192DA1 is #E6D25E. Grayscale: #333333. Windows color (decimal): -15127135 or 10562841. OLE color: 10562841.
HSL color Cylindrical-coordinate representation of color #192DA1: hue angle of 231.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192DA1 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 45 | 161 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.37 |
| HSL | 231.18º | 0.73% | 0.36% | - |
| HSV(B) | 231.18º | 0.84% | 0.63% | - |
| XYZ | 7.77 | 4.66 | 34.21 | - |
| YUV | 52.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 161 | 0.84 | 0.72 | 0 | 0.37 | 231.18 | 0.73 | 0.36 |
| Hex | 19 | 2D | A1 | 54 | 48 | 0 | 25 | E7 | 49 | 24 |
| Octal | 31 | 55 | 241 | 124 | 110 | 0 | 45 | 347 | 111 | 44 |
| Binary | 11001 | 101101 | 10100001 | 1010100 | 1001000 | 0 | 100101 | 11100111 | 1001001 | 100100 |
Color Harmonies of #192DA1
Complementary color
Monochromatic Colors of #192DA1
Black with #192DA1
Text Example
Text Example
White with #192DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DA1; }
p { color: rgb(25,45,161); }
H1.HeaderClassName
{
color: #192DA1;
}
.AnyTagClassName
{
color: #192DA1;
}
</style>
background-color css
<style>
a { background-color: #192DA1; }
a { background-color: rgb(25,45,161); }
div.DivClassName
{
background-color: #192DA1;
}
.BgClassName
{
background-color: #192DA1;
}
</style>
border-color css
<style>
span { border-color: #192DA1; }
span { border-color: rgb(25,45,161); }
td.TdClassName
{
border-color: #192DA1;
}
.TagClassName
{
border-color: #192DA1;
}
</style>