Shades of Egyptian Blue #1341AF
Tints of Egyptian Blue #1341AF
RGB
CMYK
RGB Variations
Color information
#1341AF (or 0x1341AF) is known color: Egyptian Blue. HEX triplet: 13, 41 and AF. RGB value is (19,65,175). Sum of RGB (Red+Green+Blue) = 19+65+175=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #1341AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1341AF is #ECBE50. Grayscale: #3F3F3F. Windows color (decimal): -15515217 or 11485459. OLE color: 11485459.
HSL color Cylindrical-coordinate representation of color #1341AF: hue angle of 222.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1341AF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 65 | 175 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.31 |
| HSL | 222.31º | 0.8% | 0.38% | - |
| HSV(B) | 222.31º | 0.89% | 0.69% | - |
| XYZ | 9.9 | 7.01 | 41.39 | - |
| YUV | 63.79 | 190.76 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 175 | 0.89 | 0.63 | 0 | 0.31 | 222.31 | 0.8 | 0.38 |
| Hex | 13 | 41 | AF | 59 | 3F | 0 | 1F | DE | 50 | 26 |
| Octal | 23 | 101 | 257 | 131 | 77 | 0 | 37 | 336 | 120 | 46 |
| Binary | 10011 | 1000001 | 10101111 | 1011001 | 111111 | 0 | 11111 | 11011110 | 1010000 | 100110 |
Color Harmonies of #1341AF
Complementary color
Monochromatic Colors of #1341AF
Black with #1341AF
Text Example
Text Example
White with #1341AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1341AF; }
p { color: rgb(19,65,175); }
H1.HeaderClassName
{
color: #1341AF;
}
.AnyTagClassName
{
color: #1341AF;
}
</style>
background-color css
<style>
a { background-color: #1341AF; }
a { background-color: rgb(19,65,175); }
div.DivClassName
{
background-color: #1341AF;
}
.BgClassName
{
background-color: #1341AF;
}
</style>
border-color css
<style>
span { border-color: #1341AF; }
span { border-color: rgb(19,65,175); }
td.TdClassName
{
border-color: #1341AF;
}
.TagClassName
{
border-color: #1341AF;
}
</style>