Shades of Egyptian Blue #15358F
Tints of Egyptian Blue #15358F
RGB
CMYK
RGB Variations
Color information
#15358F (or 0x15358F) is known color: Egyptian Blue. HEX triplet: 15, 35 and 8F. RGB value is (21,53,143). Sum of RGB (Red+Green+Blue) = 21+53+143=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 143 (56.25% from 255 or 65.90% from 217); Max value from RGB is 143 - color contains mainly: blue. Hex color #15358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15358F is #EACA70. Grayscale: #353535. Windows color (decimal): -15387249 or 9385237. OLE color: 9385237.
HSL color Cylindrical-coordinate representation of color #15358F: hue angle of 224.26º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15358F is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 53 | 143 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.44 |
| HSL | 224.26º | 0.74% | 0.32% | - |
| HSV(B) | 224.26º | 0.85% | 0.56% | - |
| XYZ | 6.54 | 4.69 | 26.55 | - |
| YUV | 53.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 143 | 0.85 | 0.63 | 0 | 0.44 | 224.26 | 0.74 | 0.32 |
| Hex | 15 | 35 | 8F | 55 | 3F | 0 | 2C | E0 | 4A | 20 |
| Octal | 25 | 65 | 217 | 125 | 77 | 0 | 54 | 340 | 112 | 40 |
| Binary | 10101 | 110101 | 10001111 | 1010101 | 111111 | 0 | 101100 | 11100000 | 1001010 | 100000 |
Color Harmonies of #15358F
Complementary color
Monochromatic Colors of #15358F
Black with #15358F
Text Example
Text Example
White with #15358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15358F; }
p { color: rgb(21,53,143); }
H1.HeaderClassName
{
color: #15358F;
}
.AnyTagClassName
{
color: #15358F;
}
</style>
background-color css
<style>
a { background-color: #15358F; }
a { background-color: rgb(21,53,143); }
div.DivClassName
{
background-color: #15358F;
}
.BgClassName
{
background-color: #15358F;
}
</style>
border-color css
<style>
span { border-color: #15358F; }
span { border-color: rgb(21,53,143); }
td.TdClassName
{
border-color: #15358F;
}
.TagClassName
{
border-color: #15358F;
}
</style>