Shades of Egyptian Blue #192BAF
Tints of Egyptian Blue #192BAF
RGB
CMYK
RGB Variations
Color information
#192BAF (or 0x192BAF) is known color: Egyptian Blue. HEX triplet: 19, 2B and AF. RGB value is (25,43,175). Sum of RGB (Red+Green+Blue) = 25+43+175=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #192BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192BAF is #E6D450. Grayscale: #343434. Windows color (decimal): -15127633 or 11479833. OLE color: 11479833.
HSL color Cylindrical-coordinate representation of color #192BAF: hue angle of 232.8º 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 #192BAF is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 43 | 175 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.31 |
| HSL | 232.8º | 0.75% | 0.39% | - |
| HSV(B) | 232.8º | 0.86% | 0.69% | - |
| XYZ | 9 | 5.03 | 41.05 | - |
| YUV | 52.67 | 197.04 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 175 | 0.86 | 0.75 | 0 | 0.31 | 232.8 | 0.75 | 0.39 |
| Hex | 19 | 2B | AF | 56 | 4B | 0 | 1F | E9 | 4B | 27 |
| Octal | 31 | 53 | 257 | 126 | 113 | 0 | 37 | 351 | 113 | 47 |
| Binary | 11001 | 101011 | 10101111 | 1010110 | 1001011 | 0 | 11111 | 11101001 | 1001011 | 100111 |
Color Harmonies of #192BAF
Complementary color
Monochromatic Colors of #192BAF
Black with #192BAF
Text Example
Text Example
White with #192BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BAF; }
p { color: rgb(25,43,175); }
H1.HeaderClassName
{
color: #192BAF;
}
.AnyTagClassName
{
color: #192BAF;
}
</style>
background-color css
<style>
a { background-color: #192BAF; }
a { background-color: rgb(25,43,175); }
div.DivClassName
{
background-color: #192BAF;
}
.BgClassName
{
background-color: #192BAF;
}
</style>
border-color css
<style>
span { border-color: #192BAF; }
span { border-color: rgb(25,43,175); }
td.TdClassName
{
border-color: #192BAF;
}
.TagClassName
{
border-color: #192BAF;
}
</style>