Shades of Egyptian Blue #15439C
Tints of Egyptian Blue #15439C
RGB
CMYK
RGB Variations
Color information
#15439C (or 0x15439C) is known color: Egyptian Blue. HEX triplet: 15, 43 and 9C. RGB value is (21,67,156). Sum of RGB (Red+Green+Blue) = 21+67+156=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #15439C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15439C is #EABC63. Grayscale: #3E3E3E. Windows color (decimal): -15383652 or 10240789. OLE color: 10240789.
HSL color Cylindrical-coordinate representation of color #15439C: hue angle of 219.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15439C is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 67 | 156 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.39 |
| HSL | 219.56º | 0.76% | 0.35% | - |
| HSV(B) | 219.56º | 0.87% | 0.61% | - |
| XYZ | 8.32 | 6.57 | 32.28 | - |
| YUV | 63.39 | 180.26 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 156 | 0.87 | 0.57 | 0 | 0.39 | 219.56 | 0.76 | 0.35 |
| Hex | 15 | 43 | 9C | 57 | 39 | 0 | 27 | DC | 4C | 23 |
| Octal | 25 | 103 | 234 | 127 | 71 | 0 | 47 | 334 | 114 | 43 |
| Binary | 10101 | 1000011 | 10011100 | 1010111 | 111001 | 0 | 100111 | 11011100 | 1001100 | 100011 |
Color Harmonies of #15439C
Complementary color
Monochromatic Colors of #15439C
Black with #15439C
Text Example
Text Example
White with #15439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15439C; }
p { color: rgb(21,67,156); }
H1.HeaderClassName
{
color: #15439C;
}
.AnyTagClassName
{
color: #15439C;
}
</style>
background-color css
<style>
a { background-color: #15439C; }
a { background-color: rgb(21,67,156); }
div.DivClassName
{
background-color: #15439C;
}
.BgClassName
{
background-color: #15439C;
}
</style>
border-color css
<style>
span { border-color: #15439C; }
span { border-color: rgb(21,67,156); }
td.TdClassName
{
border-color: #15439C;
}
.TagClassName
{
border-color: #15439C;
}
</style>