Shades of Egyptian Blue #1342A4
Tints of Egyptian Blue #1342A4
RGB
CMYK
RGB Variations
Color information
#1342A4 (or 0x1342A4) is known color: Egyptian Blue. HEX triplet: 13, 42 and A4. RGB value is (19,66,164). Sum of RGB (Red+Green+Blue) = 19+66+164=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 164 (64.45% from 255 or 65.86% from 249); Max value from RGB is 164 - color contains mainly: blue. Hex color #1342A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1342A4 is #ECBD5B. Grayscale: #3E3E3E. Windows color (decimal): -15514972 or 10764819. OLE color: 10764819.
HSL color Cylindrical-coordinate representation of color #1342A4: hue angle of 220.55º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1342A4 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 66 | 164 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.36 |
| HSL | 220.55º | 0.79% | 0.36% | - |
| HSV(B) | 220.55º | 0.88% | 0.64% | - |
| XYZ | 8.92 | 6.72 | 35.95 | - |
| YUV | 63.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 164 | 0.88 | 0.60 | 0 | 0.36 | 220.55 | 0.79 | 0.36 |
| Hex | 13 | 42 | A4 | 58 | 3C | 0 | 24 | DD | 4F | 24 |
| Octal | 23 | 102 | 244 | 130 | 74 | 0 | 44 | 335 | 117 | 44 |
| Binary | 10011 | 1000010 | 10100100 | 1011000 | 111100 | 0 | 100100 | 11011101 | 1001111 | 100100 |
Color Harmonies of #1342A4
Complementary color
Monochromatic Colors of #1342A4
Black with #1342A4
Text Example
Text Example
White with #1342A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1342A4; }
p { color: rgb(19,66,164); }
H1.HeaderClassName
{
color: #1342A4;
}
.AnyTagClassName
{
color: #1342A4;
}
</style>
background-color css
<style>
a { background-color: #1342A4; }
a { background-color: rgb(19,66,164); }
div.DivClassName
{
background-color: #1342A4;
}
.BgClassName
{
background-color: #1342A4;
}
</style>
border-color css
<style>
span { border-color: #1342A4; }
span { border-color: rgb(19,66,164); }
td.TdClassName
{
border-color: #1342A4;
}
.TagClassName
{
border-color: #1342A4;
}
</style>