Shades of Egyptian Blue #192F8A
Tints of Egyptian Blue #192F8A
RGB
CMYK
RGB Variations
Color information
#192F8A (or 0x192F8A) is known color: Egyptian Blue. HEX triplet: 19, 2F and 8A. RGB value is (25,47,138). Sum of RGB (Red+Green+Blue) = 25+47+138=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #192F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F8A is #E6D075. Grayscale: #323232. Windows color (decimal): -15126646 or 9056025. OLE color: 9056025.
HSL color Cylindrical-coordinate representation of color #192F8A: hue angle of 228.32º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192F8A is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 47 | 138 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.46 |
| HSL | 228.32º | 0.69% | 0.32% | - |
| HSV(B) | 228.32º | 0.82% | 0.54% | - |
| XYZ | 6 | 4.07 | 24.51 | - |
| YUV | 50.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 138 | 0.82 | 0.66 | 0 | 0.46 | 228.32 | 0.69 | 0.32 |
| Hex | 19 | 2F | 8A | 52 | 42 | 0 | 2E | E4 | 45 | 20 |
| Octal | 31 | 57 | 212 | 122 | 102 | 0 | 56 | 344 | 105 | 40 |
| Binary | 11001 | 101111 | 10001010 | 1010010 | 1000010 | 0 | 101110 | 11100100 | 1000101 | 100000 |
Color Harmonies of #192F8A
Complementary color
Monochromatic Colors of #192F8A
Black with #192F8A
Text Example
Text Example
White with #192F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F8A; }
p { color: rgb(25,47,138); }
H1.HeaderClassName
{
color: #192F8A;
}
.AnyTagClassName
{
color: #192F8A;
}
</style>
background-color css
<style>
a { background-color: #192F8A; }
a { background-color: rgb(25,47,138); }
div.DivClassName
{
background-color: #192F8A;
}
.BgClassName
{
background-color: #192F8A;
}
</style>
border-color css
<style>
span { border-color: #192F8A; }
span { border-color: rgb(25,47,138); }
td.TdClassName
{
border-color: #192F8A;
}
.TagClassName
{
border-color: #192F8A;
}
</style>