Shades of Egyptian Blue #1344A3
Tints of Egyptian Blue #1344A3
RGB
CMYK
RGB Variations
Color information
#1344A3 (or 0x1344A3) is known color: Egyptian Blue. HEX triplet: 13, 44 and A3. RGB value is (19,68,163). Sum of RGB (Red+Green+Blue) = 19+68+163=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #1344A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1344A3 is #ECBB5C. Grayscale: #3F3F3F. Windows color (decimal): -15514461 or 10699795. OLE color: 10699795.
HSL color Cylindrical-coordinate representation of color #1344A3: hue angle of 219.58º 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 #1344A3 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 68 | 163 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.36 |
| HSL | 219.58º | 0.79% | 0.36% | - |
| HSV(B) | 219.58º | 0.88% | 0.64% | - |
| XYZ | 8.95 | 6.92 | 35.51 | - |
| YUV | 64.18 | 183.77 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 163 | 0.88 | 0.58 | 0 | 0.36 | 219.58 | 0.79 | 0.36 |
| Hex | 13 | 44 | A3 | 58 | 3A | 0 | 24 | DC | 4F | 24 |
| Octal | 23 | 104 | 243 | 130 | 72 | 0 | 44 | 334 | 117 | 44 |
| Binary | 10011 | 1000100 | 10100011 | 1011000 | 111010 | 0 | 100100 | 11011100 | 1001111 | 100100 |
Color Harmonies of #1344A3
Complementary color
Monochromatic Colors of #1344A3
Black with #1344A3
Text Example
Text Example
White with #1344A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344A3; }
p { color: rgb(19,68,163); }
H1.HeaderClassName
{
color: #1344A3;
}
.AnyTagClassName
{
color: #1344A3;
}
</style>
background-color css
<style>
a { background-color: #1344A3; }
a { background-color: rgb(19,68,163); }
div.DivClassName
{
background-color: #1344A3;
}
.BgClassName
{
background-color: #1344A3;
}
</style>
border-color css
<style>
span { border-color: #1344A3; }
span { border-color: rgb(19,68,163); }
td.TdClassName
{
border-color: #1344A3;
}
.TagClassName
{
border-color: #1344A3;
}
</style>