Shades of Egyptian Blue #192C9B
Tints of Egyptian Blue #192C9B
RGB
CMYK
RGB Variations
Color information
#192C9B (or 0x192C9B) is known color: Egyptian Blue. HEX triplet: 19, 2C and 9B. RGB value is (25,44,155). Sum of RGB (Red+Green+Blue) = 25+44+155=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #192C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192C9B is #E6D364. Grayscale: #323232. Windows color (decimal): -15127397 or 10169369. OLE color: 10169369.
HSL color Cylindrical-coordinate representation of color #192C9B: hue angle of 231.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192C9B is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 44 | 155 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.39 |
| HSL | 231.23º | 0.72% | 0.35% | - |
| HSV(B) | 231.23º | 0.84% | 0.61% | - |
| XYZ | 7.22 | 4.37 | 31.47 | - |
| YUV | 50.97 | 186.71 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 155 | 0.84 | 0.72 | 0 | 0.39 | 231.23 | 0.72 | 0.35 |
| Hex | 19 | 2C | 9B | 54 | 48 | 0 | 27 | E7 | 48 | 23 |
| Octal | 31 | 54 | 233 | 124 | 110 | 0 | 47 | 347 | 110 | 43 |
| Binary | 11001 | 101100 | 10011011 | 1010100 | 1001000 | 0 | 100111 | 11100111 | 1001000 | 100011 |
Color Harmonies of #192C9B
Complementary color
Monochromatic Colors of #192C9B
Black with #192C9B
Text Example
Text Example
White with #192C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C9B; }
p { color: rgb(25,44,155); }
H1.HeaderClassName
{
color: #192C9B;
}
.AnyTagClassName
{
color: #192C9B;
}
</style>
background-color css
<style>
a { background-color: #192C9B; }
a { background-color: rgb(25,44,155); }
div.DivClassName
{
background-color: #192C9B;
}
.BgClassName
{
background-color: #192C9B;
}
</style>
border-color css
<style>
span { border-color: #192C9B; }
span { border-color: rgb(25,44,155); }
td.TdClassName
{
border-color: #192C9B;
}
.TagClassName
{
border-color: #192C9B;
}
</style>