Shades of Egyptian Blue #192F90
Tints of Egyptian Blue #192F90
RGB
CMYK
RGB Variations
Color information
#192F90 (or 0x192F90) is known color: Egyptian Blue. HEX triplet: 19, 2F and 90. RGB value is (25,47,144). Sum of RGB (Red+Green+Blue) = 25+47+144=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #192F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F90 is #E6D06F. Grayscale: #333333. Windows color (decimal): -15126640 or 9449241. OLE color: 9449241.
HSL color Cylindrical-coordinate representation of color #192F90: hue angle of 228.91º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192F90 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 47 | 144 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.44 |
| HSL | 228.91º | 0.7% | 0.33% | - |
| HSV(B) | 228.91º | 0.83% | 0.56% | - |
| XYZ | 6.45 | 4.25 | 26.87 | - |
| YUV | 51.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 144 | 0.83 | 0.67 | 0 | 0.44 | 228.91 | 0.7 | 0.33 |
| Hex | 19 | 2F | 90 | 53 | 43 | 0 | 2C | E5 | 46 | 21 |
| Octal | 31 | 57 | 220 | 123 | 103 | 0 | 54 | 345 | 106 | 41 |
| Binary | 11001 | 101111 | 10010000 | 1010011 | 1000011 | 0 | 101100 | 11100101 | 1000110 | 100001 |
Color Harmonies of #192F90
Complementary color
Monochromatic Colors of #192F90
Black with #192F90
Text Example
Text Example
White with #192F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F90; }
p { color: rgb(25,47,144); }
H1.HeaderClassName
{
color: #192F90;
}
.AnyTagClassName
{
color: #192F90;
}
</style>
background-color css
<style>
a { background-color: #192F90; }
a { background-color: rgb(25,47,144); }
div.DivClassName
{
background-color: #192F90;
}
.BgClassName
{
background-color: #192F90;
}
</style>
border-color css
<style>
span { border-color: #192F90; }
span { border-color: rgb(25,47,144); }
td.TdClassName
{
border-color: #192F90;
}
.TagClassName
{
border-color: #192F90;
}
</style>