Shades of Egyptian Blue #192B9C
Tints of Egyptian Blue #192B9C
RGB
CMYK
RGB Variations
Color information
#192B9C (or 0x192B9C) is known color: Egyptian Blue. HEX triplet: 19, 2B and 9C. RGB value is (25,43,156). Sum of RGB (Red+Green+Blue) = 25+43+156=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #192B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192B9C is #E6D463. Grayscale: #323232. Windows color (decimal): -15127652 or 10234649. OLE color: 10234649.
HSL color Cylindrical-coordinate representation of color #192B9C: hue angle of 231.76º 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 #192B9C is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 43 | 156 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.39 |
| HSL | 231.76º | 0.72% | 0.35% | - |
| HSV(B) | 231.76º | 0.84% | 0.61% | - |
| XYZ | 7.27 | 4.33 | 31.91 | - |
| YUV | 50.5 | 187.54 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 156 | 0.84 | 0.72 | 0 | 0.39 | 231.76 | 0.72 | 0.35 |
| Hex | 19 | 2B | 9C | 54 | 48 | 0 | 27 | E8 | 48 | 23 |
| Octal | 31 | 53 | 234 | 124 | 110 | 0 | 47 | 350 | 110 | 43 |
| Binary | 11001 | 101011 | 10011100 | 1010100 | 1001000 | 0 | 100111 | 11101000 | 1001000 | 100011 |
Color Harmonies of #192B9C
Complementary color
Monochromatic Colors of #192B9C
Black with #192B9C
Text Example
Text Example
White with #192B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B9C; }
p { color: rgb(25,43,156); }
H1.HeaderClassName
{
color: #192B9C;
}
.AnyTagClassName
{
color: #192B9C;
}
</style>
background-color css
<style>
a { background-color: #192B9C; }
a { background-color: rgb(25,43,156); }
div.DivClassName
{
background-color: #192B9C;
}
.BgClassName
{
background-color: #192B9C;
}
</style>
border-color css
<style>
span { border-color: #192B9C; }
span { border-color: rgb(25,43,156); }
td.TdClassName
{
border-color: #192B9C;
}
.TagClassName
{
border-color: #192B9C;
}
</style>