Shades of Egyptian Blue #15378F
Tints of Egyptian Blue #15378F
RGB
CMYK
RGB Variations
Color information
#15378F (or 0x15378F) is known color: Egyptian Blue. HEX triplet: 15, 37 and 8F. RGB value is (21,55,143). Sum of RGB (Red+Green+Blue) = 21+55+143=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #15378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15378F is #EAC870. Grayscale: #363636. Windows color (decimal): -15386737 or 9385749. OLE color: 9385749.
HSL color Cylindrical-coordinate representation of color #15378F: hue angle of 223.28º 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 #15378F is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 55 | 143 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.44 |
| HSL | 223.28º | 0.74% | 0.32% | - |
| HSV(B) | 223.28º | 0.85% | 0.56% | - |
| XYZ | 6.63 | 4.87 | 26.58 | - |
| YUV | 54.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 143 | 0.85 | 0.62 | 0 | 0.44 | 223.28 | 0.74 | 0.32 |
| Hex | 15 | 37 | 8F | 55 | 3E | 0 | 2C | DF | 4A | 20 |
| Octal | 25 | 67 | 217 | 125 | 76 | 0 | 54 | 337 | 112 | 40 |
| Binary | 10101 | 110111 | 10001111 | 1010101 | 111110 | 0 | 101100 | 11011111 | 1001010 | 100000 |
Color Harmonies of #15378F
Complementary color
Monochromatic Colors of #15378F
Black with #15378F
Text Example
Text Example
White with #15378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15378F; }
p { color: rgb(21,55,143); }
H1.HeaderClassName
{
color: #15378F;
}
.AnyTagClassName
{
color: #15378F;
}
</style>
background-color css
<style>
a { background-color: #15378F; }
a { background-color: rgb(21,55,143); }
div.DivClassName
{
background-color: #15378F;
}
.BgClassName
{
background-color: #15378F;
}
</style>
border-color css
<style>
span { border-color: #15378F; }
span { border-color: rgb(21,55,143); }
td.TdClassName
{
border-color: #15378F;
}
.TagClassName
{
border-color: #15378F;
}
</style>