Shades of Egyptian Blue #192AAF
Tints of Egyptian Blue #192AAF
RGB
CMYK
RGB Variations
Color information
#192AAF (or 0x192AAF) is known color: Egyptian Blue. HEX triplet: 19, 2A and AF. RGB value is (25,42,175). Sum of RGB (Red+Green+Blue) = 25+42+175=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #192AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192AAF is #E6D550. Grayscale: #333333. Windows color (decimal): -15127889 or 11479577. OLE color: 11479577.
HSL color Cylindrical-coordinate representation of color #192AAF: hue angle of 233.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192AAF is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 42 | 175 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.31 |
| HSL | 233.2º | 0.75% | 0.39% | - |
| HSV(B) | 233.2º | 0.86% | 0.69% | - |
| XYZ | 8.97 | 4.96 | 41.04 | - |
| YUV | 52.08 | 197.37 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 175 | 0.86 | 0.76 | 0 | 0.31 | 233.2 | 0.75 | 0.39 |
| Hex | 19 | 2A | AF | 56 | 4C | 0 | 1F | E9 | 4B | 27 |
| Octal | 31 | 52 | 257 | 126 | 114 | 0 | 37 | 351 | 113 | 47 |
| Binary | 11001 | 101010 | 10101111 | 1010110 | 1001100 | 0 | 11111 | 11101001 | 1001011 | 100111 |
Color Harmonies of #192AAF
Complementary color
Monochromatic Colors of #192AAF
Black with #192AAF
Text Example
Text Example
White with #192AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192AAF; }
p { color: rgb(25,42,175); }
H1.HeaderClassName
{
color: #192AAF;
}
.AnyTagClassName
{
color: #192AAF;
}
</style>
background-color css
<style>
a { background-color: #192AAF; }
a { background-color: rgb(25,42,175); }
div.DivClassName
{
background-color: #192AAF;
}
.BgClassName
{
background-color: #192AAF;
}
</style>
border-color css
<style>
span { border-color: #192AAF; }
span { border-color: rgb(25,42,175); }
td.TdClassName
{
border-color: #192AAF;
}
.TagClassName
{
border-color: #192AAF;
}
</style>