Shades of Egyptian Blue #15289C
Tints of Egyptian Blue #15289C
RGB
CMYK
RGB Variations
Color information
#15289C (or 0x15289C) is known color: Egyptian Blue. HEX triplet: 15, 28 and 9C. RGB value is (21,40,156). Sum of RGB (Red+Green+Blue) = 21+40+156=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #15289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15289C is #EAD763. Grayscale: #2F2F2F. Windows color (decimal): -15390564 or 10233877. OLE color: 10233877.
HSL color Cylindrical-coordinate representation of color #15289C: hue angle of 231.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 #15289C is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 40 | 156 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.39 |
| HSL | 231.56º | 0.76% | 0.35% | - |
| HSV(B) | 231.56º | 0.87% | 0.61% | - |
| XYZ | 7.07 | 4.08 | 31.87 | - |
| YUV | 47.54 | 189.21 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 156 | 0.87 | 0.74 | 0 | 0.39 | 231.56 | 0.76 | 0.35 |
| Hex | 15 | 28 | 9C | 57 | 4A | 0 | 27 | E8 | 4C | 23 |
| Octal | 25 | 50 | 234 | 127 | 112 | 0 | 47 | 350 | 114 | 43 |
| Binary | 10101 | 101000 | 10011100 | 1010111 | 1001010 | 0 | 100111 | 11101000 | 1001100 | 100011 |
Color Harmonies of #15289C
Complementary color
Monochromatic Colors of #15289C
Black with #15289C
Text Example
Text Example
White with #15289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15289C; }
p { color: rgb(21,40,156); }
H1.HeaderClassName
{
color: #15289C;
}
.AnyTagClassName
{
color: #15289C;
}
</style>
background-color css
<style>
a { background-color: #15289C; }
a { background-color: rgb(21,40,156); }
div.DivClassName
{
background-color: #15289C;
}
.BgClassName
{
background-color: #15289C;
}
</style>
border-color css
<style>
span { border-color: #15289C; }
span { border-color: rgb(21,40,156); }
td.TdClassName
{
border-color: #15289C;
}
.TagClassName
{
border-color: #15289C;
}
</style>