Shades of Egyptian Blue #192A8C
Tints of Egyptian Blue #192A8C
RGB
CMYK
RGB Variations
Color information
#192A8C (or 0x192A8C) is known color: Egyptian Blue. HEX triplet: 19, 2A and 8C. RGB value is (25,42,140). Sum of RGB (Red+Green+Blue) = 25+42+140=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #192A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192A8C is #E6D573. Grayscale: #2F2F2F. Windows color (decimal): -15127924 or 9185817. OLE color: 9185817.
HSL color Cylindrical-coordinate representation of color #192A8C: hue angle of 231.13º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192A8C is Cyan = 0.82, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 42 | 140 | - |
| CMYK | 0.82 | 0.7 | 0 | 0.45 |
| HSL | 231.13º | 0.7% | 0.32% | - |
| HSV(B) | 231.13º | 0.82% | 0.55% | - |
| XYZ | 5.96 | 3.76 | 25.22 | - |
| YUV | 48.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 140 | 0.82 | 0.7 | 0 | 0.45 | 231.13 | 0.7 | 0.32 |
| Hex | 19 | 2A | 8C | 52 | 46 | 0 | 2D | E7 | 46 | 20 |
| Octal | 31 | 52 | 214 | 122 | 106 | 0 | 55 | 347 | 106 | 40 |
| Binary | 11001 | 101010 | 10001100 | 1010010 | 1000110 | 0 | 101101 | 11100111 | 1000110 | 100000 |
Color Harmonies of #192A8C
Complementary color
Monochromatic Colors of #192A8C
Black with #192A8C
Text Example
Text Example
White with #192A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A8C; }
p { color: rgb(25,42,140); }
H1.HeaderClassName
{
color: #192A8C;
}
.AnyTagClassName
{
color: #192A8C;
}
</style>
background-color css
<style>
a { background-color: #192A8C; }
a { background-color: rgb(25,42,140); }
div.DivClassName
{
background-color: #192A8C;
}
.BgClassName
{
background-color: #192A8C;
}
</style>
border-color css
<style>
span { border-color: #192A8C; }
span { border-color: rgb(25,42,140); }
td.TdClassName
{
border-color: #192A8C;
}
.TagClassName
{
border-color: #192A8C;
}
</style>