Shades of Egyptian Blue #1535AF
Tints of Egyptian Blue #1535AF
RGB
CMYK
RGB Variations
Color information
#1535AF (or 0x1535AF) is known color: Egyptian Blue. HEX triplet: 15, 35 and AF. RGB value is (21,53,175). Sum of RGB (Red+Green+Blue) = 21+53+175=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #1535AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1535AF is #EACA50. Grayscale: #383838. Windows color (decimal): -15387217 or 11482389. OLE color: 11482389.
HSL color Cylindrical-coordinate representation of color #1535AF: hue angle of 227.53º 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 #1535AF is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 53 | 175 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.31 |
| HSL | 227.53º | 0.79% | 0.38% | - |
| HSV(B) | 227.53º | 0.88% | 0.69% | - |
| XYZ | 9.32 | 5.8 | 41.19 | - |
| YUV | 57.34 | 194.4 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 175 | 0.88 | 0.70 | 0 | 0.31 | 227.53 | 0.79 | 0.38 |
| Hex | 15 | 35 | AF | 58 | 46 | 0 | 1F | E4 | 4F | 26 |
| Octal | 25 | 65 | 257 | 130 | 106 | 0 | 37 | 344 | 117 | 46 |
| Binary | 10101 | 110101 | 10101111 | 1011000 | 1000110 | 0 | 11111 | 11100100 | 1001111 | 100110 |
Color Harmonies of #1535AF
Complementary color
Monochromatic Colors of #1535AF
Black with #1535AF
Text Example
Text Example
White with #1535AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1535AF; }
p { color: rgb(21,53,175); }
H1.HeaderClassName
{
color: #1535AF;
}
.AnyTagClassName
{
color: #1535AF;
}
</style>
background-color css
<style>
a { background-color: #1535AF; }
a { background-color: rgb(21,53,175); }
div.DivClassName
{
background-color: #1535AF;
}
.BgClassName
{
background-color: #1535AF;
}
</style>
border-color css
<style>
span { border-color: #1535AF; }
span { border-color: rgb(21,53,175); }
td.TdClassName
{
border-color: #1535AF;
}
.TagClassName
{
border-color: #1535AF;
}
</style>