Shades of Egyptian Blue #192B9B
Tints of Egyptian Blue #192B9B
RGB
CMYK
RGB Variations
Color information
#192B9B (or 0x192B9B) is known color: Egyptian Blue. HEX triplet: 19, 2B and 9B. RGB value is (25,43,155). Sum of RGB (Red+Green+Blue) = 25+43+155=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #192B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192B9B is #E6D464. Grayscale: #313131. Windows color (decimal): -15127653 or 10169113. OLE color: 10169113.
HSL color Cylindrical-coordinate representation of color #192B9B: hue angle of 231.69º 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 #192B9B is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 43 | 155 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.39 |
| HSL | 231.69º | 0.72% | 0.35% | - |
| HSV(B) | 231.69º | 0.84% | 0.61% | - |
| XYZ | 7.18 | 4.3 | 31.46 | - |
| YUV | 50.39 | 187.04 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 155 | 0.84 | 0.72 | 0 | 0.39 | 231.69 | 0.72 | 0.35 |
| Hex | 19 | 2B | 9B | 54 | 48 | 0 | 27 | E8 | 48 | 23 |
| Octal | 31 | 53 | 233 | 124 | 110 | 0 | 47 | 350 | 110 | 43 |
| Binary | 11001 | 101011 | 10011011 | 1010100 | 1001000 | 0 | 100111 | 11101000 | 1001000 | 100011 |
Color Harmonies of #192B9B
Complementary color
Monochromatic Colors of #192B9B
Black with #192B9B
Text Example
Text Example
White with #192B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B9B; }
p { color: rgb(25,43,155); }
H1.HeaderClassName
{
color: #192B9B;
}
.AnyTagClassName
{
color: #192B9B;
}
</style>
background-color css
<style>
a { background-color: #192B9B; }
a { background-color: rgb(25,43,155); }
div.DivClassName
{
background-color: #192B9B;
}
.BgClassName
{
background-color: #192B9B;
}
</style>
border-color css
<style>
span { border-color: #192B9B; }
span { border-color: rgb(25,43,155); }
td.TdClassName
{
border-color: #192B9B;
}
.TagClassName
{
border-color: #192B9B;
}
</style>