Shades of Egyptian Blue #1534AF
Tints of Egyptian Blue #1534AF
RGB
CMYK
RGB Variations
Color information
#1534AF (or 0x1534AF) is known color: Egyptian Blue. HEX triplet: 15, 34 and AF. RGB value is (21,52,175). Sum of RGB (Red+Green+Blue) = 21+52+175=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #1534AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1534AF is #EACB50. Grayscale: #383838. Windows color (decimal): -15387473 or 11482133. OLE color: 11482133.
HSL color Cylindrical-coordinate representation of color #1534AF: hue angle of 227.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1534AF is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 52 | 175 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.31 |
| HSL | 227.92º | 0.79% | 0.38% | - |
| HSV(B) | 227.92º | 0.88% | 0.69% | - |
| XYZ | 9.28 | 5.71 | 41.17 | - |
| YUV | 56.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 175 | 0.88 | 0.70 | 0 | 0.31 | 227.92 | 0.79 | 0.38 |
| Hex | 15 | 34 | AF | 58 | 46 | 0 | 1F | E4 | 4F | 26 |
| Octal | 25 | 64 | 257 | 130 | 106 | 0 | 37 | 344 | 117 | 46 |
| Binary | 10101 | 110100 | 10101111 | 1011000 | 1000110 | 0 | 11111 | 11100100 | 1001111 | 100110 |
Color Harmonies of #1534AF
Complementary color
Monochromatic Colors of #1534AF
Black with #1534AF
Text Example
Text Example
White with #1534AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1534AF; }
p { color: rgb(21,52,175); }
H1.HeaderClassName
{
color: #1534AF;
}
.AnyTagClassName
{
color: #1534AF;
}
</style>
background-color css
<style>
a { background-color: #1534AF; }
a { background-color: rgb(21,52,175); }
div.DivClassName
{
background-color: #1534AF;
}
.BgClassName
{
background-color: #1534AF;
}
</style>
border-color css
<style>
span { border-color: #1534AF; }
span { border-color: rgb(21,52,175); }
td.TdClassName
{
border-color: #1534AF;
}
.TagClassName
{
border-color: #1534AF;
}
</style>