Shades of Egyptian Blue #192B8D
Tints of Egyptian Blue #192B8D
RGB
CMYK
RGB Variations
Color information
#192B8D (or 0x192B8D) is known color: Egyptian Blue. HEX triplet: 19, 2B and 8D. RGB value is (25,43,141). Sum of RGB (Red+Green+Blue) = 25+43+141=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #192B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192B8D is #E6D472. Grayscale: #303030. Windows color (decimal): -15127667 or 9251609. OLE color: 9251609.
HSL color Cylindrical-coordinate representation of color #192B8D: hue angle of 230.69º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192B8D is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 43 | 141 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.45 |
| HSL | 230.69º | 0.7% | 0.33% | - |
| HSV(B) | 230.69º | 0.82% | 0.55% | - |
| XYZ | 6.07 | 3.86 | 25.62 | - |
| YUV | 48.79 | 180.04 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 141 | 0.82 | 0.70 | 0 | 0.45 | 230.69 | 0.7 | 0.33 |
| Hex | 19 | 2B | 8D | 52 | 46 | 0 | 2D | E7 | 46 | 21 |
| Octal | 31 | 53 | 215 | 122 | 106 | 0 | 55 | 347 | 106 | 41 |
| Binary | 11001 | 101011 | 10001101 | 1010010 | 1000110 | 0 | 101101 | 11100111 | 1000110 | 100001 |
Color Harmonies of #192B8D
Complementary color
Monochromatic Colors of #192B8D
Black with #192B8D
Text Example
Text Example
White with #192B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B8D; }
p { color: rgb(25,43,141); }
H1.HeaderClassName
{
color: #192B8D;
}
.AnyTagClassName
{
color: #192B8D;
}
</style>
background-color css
<style>
a { background-color: #192B8D; }
a { background-color: rgb(25,43,141); }
div.DivClassName
{
background-color: #192B8D;
}
.BgClassName
{
background-color: #192B8D;
}
</style>
border-color css
<style>
span { border-color: #192B8D; }
span { border-color: rgb(25,43,141); }
td.TdClassName
{
border-color: #192B8D;
}
.TagClassName
{
border-color: #192B8D;
}
</style>