Shades of Egyptian Blue #192F8B
Tints of Egyptian Blue #192F8B
RGB
CMYK
RGB Variations
Color information
#192F8B (or 0x192F8B) is known color: Egyptian Blue. HEX triplet: 19, 2F and 8B. RGB value is (25,47,139). Sum of RGB (Red+Green+Blue) = 25+47+139=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #192F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192F8B is #E6D074. Grayscale: #323232. Windows color (decimal): -15126645 or 9121561. OLE color: 9121561.
HSL color Cylindrical-coordinate representation of color #192F8B: hue angle of 228.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #192F8B is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 47 | 139 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.45 |
| HSL | 228.42º | 0.7% | 0.32% | - |
| HSV(B) | 228.42º | 0.82% | 0.55% | - |
| XYZ | 6.08 | 4.1 | 24.9 | - |
| YUV | 50.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 139 | 0.82 | 0.66 | 0 | 0.45 | 228.42 | 0.7 | 0.32 |
| Hex | 19 | 2F | 8B | 52 | 42 | 0 | 2D | E4 | 46 | 20 |
| Octal | 31 | 57 | 213 | 122 | 102 | 0 | 55 | 344 | 106 | 40 |
| Binary | 11001 | 101111 | 10001011 | 1010010 | 1000010 | 0 | 101101 | 11100100 | 1000110 | 100000 |
Color Harmonies of #192F8B
Complementary color
Monochromatic Colors of #192F8B
Black with #192F8B
Text Example
Text Example
White with #192F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F8B; }
p { color: rgb(25,47,139); }
H1.HeaderClassName
{
color: #192F8B;
}
.AnyTagClassName
{
color: #192F8B;
}
</style>
background-color css
<style>
a { background-color: #192F8B; }
a { background-color: rgb(25,47,139); }
div.DivClassName
{
background-color: #192F8B;
}
.BgClassName
{
background-color: #192F8B;
}
</style>
border-color css
<style>
span { border-color: #192F8B; }
span { border-color: rgb(25,47,139); }
td.TdClassName
{
border-color: #192F8B;
}
.TagClassName
{
border-color: #192F8B;
}
</style>