Shades of Egyptian Blue #1934AB
Tints of Egyptian Blue #1934AB
RGB
CMYK
RGB Variations
Color information
#1934AB (or 0x1934AB) is known color: Egyptian Blue. HEX triplet: 19, 34 and AB. RGB value is (25,52,171). Sum of RGB (Red+Green+Blue) = 25+52+171=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #1934AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1934AB is #E6CB54. Grayscale: #383838. Windows color (decimal): -15125333 or 11219993. OLE color: 11219993.
HSL color Cylindrical-coordinate representation of color #1934AB: hue angle of 228.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1934AB is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 52 | 171 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.33 |
| HSL | 228.9º | 0.74% | 0.38% | - |
| HSV(B) | 228.9º | 0.85% | 0.67% | - |
| XYZ | 8.98 | 5.6 | 39.14 | - |
| YUV | 57.49 | 192.05 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 171 | 0.85 | 0.70 | 0 | 0.33 | 228.9 | 0.74 | 0.38 |
| Hex | 19 | 34 | AB | 55 | 46 | 0 | 21 | E5 | 4A | 26 |
| Octal | 31 | 64 | 253 | 125 | 106 | 0 | 41 | 345 | 112 | 46 |
| Binary | 11001 | 110100 | 10101011 | 1010101 | 1000110 | 0 | 100001 | 11100101 | 1001010 | 100110 |
Color Harmonies of #1934AB
Complementary color
Monochromatic Colors of #1934AB
Black with #1934AB
Text Example
Text Example
White with #1934AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1934AB; }
p { color: rgb(25,52,171); }
H1.HeaderClassName
{
color: #1934AB;
}
.AnyTagClassName
{
color: #1934AB;
}
</style>
background-color css
<style>
a { background-color: #1934AB; }
a { background-color: rgb(25,52,171); }
div.DivClassName
{
background-color: #1934AB;
}
.BgClassName
{
background-color: #1934AB;
}
</style>
border-color css
<style>
span { border-color: #1934AB; }
span { border-color: rgb(25,52,171); }
td.TdClassName
{
border-color: #1934AB;
}
.TagClassName
{
border-color: #1934AB;
}
</style>