Shades of Egyptian Blue #192DAD
Tints of Egyptian Blue #192DAD
RGB
CMYK
RGB Variations
Color information
#192DAD (or 0x192DAD) is known color: Egyptian Blue. HEX triplet: 19, 2D and AD. RGB value is (25,45,173). Sum of RGB (Red+Green+Blue) = 25+45+173=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #192DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192DAD is #E6D252. Grayscale: #353535. Windows color (decimal): -15127123 or 11349273. OLE color: 11349273.
HSL color Cylindrical-coordinate representation of color #192DAD: hue angle of 231.89º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192DAD is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 45 | 173 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.32 |
| HSL | 231.89º | 0.75% | 0.39% | - |
| HSV(B) | 231.89º | 0.86% | 0.68% | - |
| XYZ | 8.88 | 5.1 | 40.05 | - |
| YUV | 53.61 | 195.37 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 173 | 0.86 | 0.74 | 0 | 0.32 | 231.89 | 0.75 | 0.39 |
| Hex | 19 | 2D | AD | 56 | 4A | 0 | 20 | E8 | 4B | 27 |
| Octal | 31 | 55 | 255 | 126 | 112 | 0 | 40 | 350 | 113 | 47 |
| Binary | 11001 | 101101 | 10101101 | 1010110 | 1001010 | 0 | 100000 | 11101000 | 1001011 | 100111 |
Color Harmonies of #192DAD
Complementary color
Monochromatic Colors of #192DAD
Black with #192DAD
Text Example
Text Example
White with #192DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DAD; }
p { color: rgb(25,45,173); }
H1.HeaderClassName
{
color: #192DAD;
}
.AnyTagClassName
{
color: #192DAD;
}
</style>
background-color css
<style>
a { background-color: #192DAD; }
a { background-color: rgb(25,45,173); }
div.DivClassName
{
background-color: #192DAD;
}
.BgClassName
{
background-color: #192DAD;
}
</style>
border-color css
<style>
span { border-color: #192DAD; }
span { border-color: rgb(25,45,173); }
td.TdClassName
{
border-color: #192DAD;
}
.TagClassName
{
border-color: #192DAD;
}
</style>