Shades of Egyptian Blue #15269C
Tints of Egyptian Blue #15269C
RGB
CMYK
RGB Variations
Color information
#15269C (or 0x15269C) is known color: Egyptian Blue. HEX triplet: 15, 26 and 9C. RGB value is (21,38,156). Sum of RGB (Red+Green+Blue) = 21+38+156=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #15269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15269C is #EAD963. Grayscale: #2D2D2D. Windows color (decimal): -15391076 or 10233365. OLE color: 10233365.
HSL color Cylindrical-coordinate representation of color #15269C: hue angle of 232.44º 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 #15269C is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 38 | 156 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.39 |
| HSL | 232.44º | 0.76% | 0.35% | - |
| HSV(B) | 232.44º | 0.87% | 0.61% | - |
| XYZ | 7 | 3.95 | 31.85 | - |
| YUV | 46.37 | 189.87 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 156 | 0.87 | 0.76 | 0 | 0.39 | 232.44 | 0.76 | 0.35 |
| Hex | 15 | 26 | 9C | 57 | 4C | 0 | 27 | E8 | 4C | 23 |
| Octal | 25 | 46 | 234 | 127 | 114 | 0 | 47 | 350 | 114 | 43 |
| Binary | 10101 | 100110 | 10011100 | 1010111 | 1001100 | 0 | 100111 | 11101000 | 1001100 | 100011 |
Color Harmonies of #15269C
Complementary color
Monochromatic Colors of #15269C
Black with #15269C
Text Example
Text Example
White with #15269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15269C; }
p { color: rgb(21,38,156); }
H1.HeaderClassName
{
color: #15269C;
}
.AnyTagClassName
{
color: #15269C;
}
</style>
background-color css
<style>
a { background-color: #15269C; }
a { background-color: rgb(21,38,156); }
div.DivClassName
{
background-color: #15269C;
}
.BgClassName
{
background-color: #15269C;
}
</style>
border-color css
<style>
span { border-color: #15269C; }
span { border-color: rgb(21,38,156); }
td.TdClassName
{
border-color: #15269C;
}
.TagClassName
{
border-color: #15269C;
}
</style>