Shades of Egyptian Blue #192D9F
Tints of Egyptian Blue #192D9F
RGB
CMYK
RGB Variations
Color information
#192D9F (or 0x192D9F) is known color: Egyptian Blue. HEX triplet: 19, 2D and 9F. RGB value is (25,45,159). Sum of RGB (Red+Green+Blue) = 25+45+159=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #192D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192D9F is #E6D260. Grayscale: #333333. Windows color (decimal): -15127137 or 10431769. OLE color: 10431769.
HSL color Cylindrical-coordinate representation of color #192D9F: hue angle of 231.04º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192D9F is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 45 | 159 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.38 |
| HSL | 231.04º | 0.73% | 0.36% | - |
| HSV(B) | 231.04º | 0.84% | 0.62% | - |
| XYZ | 7.6 | 4.59 | 33.29 | - |
| YUV | 52.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 159 | 0.84 | 0.72 | 0 | 0.38 | 231.04 | 0.73 | 0.36 |
| Hex | 19 | 2D | 9F | 54 | 48 | 0 | 26 | E7 | 49 | 24 |
| Octal | 31 | 55 | 237 | 124 | 110 | 0 | 46 | 347 | 111 | 44 |
| Binary | 11001 | 101101 | 10011111 | 1010100 | 1001000 | 0 | 100110 | 11100111 | 1001001 | 100100 |
Color Harmonies of #192D9F
Complementary color
Monochromatic Colors of #192D9F
Black with #192D9F
Text Example
Text Example
White with #192D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D9F; }
p { color: rgb(25,45,159); }
H1.HeaderClassName
{
color: #192D9F;
}
.AnyTagClassName
{
color: #192D9F;
}
</style>
background-color css
<style>
a { background-color: #192D9F; }
a { background-color: rgb(25,45,159); }
div.DivClassName
{
background-color: #192D9F;
}
.BgClassName
{
background-color: #192D9F;
}
</style>
border-color css
<style>
span { border-color: #192D9F; }
span { border-color: rgb(25,45,159); }
td.TdClassName
{
border-color: #192D9F;
}
.TagClassName
{
border-color: #192D9F;
}
</style>