Shades of Egyptian Blue #15268E
Tints of Egyptian Blue #15268E
RGB
CMYK
RGB Variations
Color information
#15268E (or 0x15268E) is known color: Egyptian Blue. HEX triplet: 15, 26 and 8E. RGB value is (21,38,142). Sum of RGB (Red+Green+Blue) = 21+38+142=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #15268E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15268E is #EAD971. Grayscale: #2C2C2C. Windows color (decimal): -15391090 or 9315861. OLE color: 9315861.
HSL color Cylindrical-coordinate representation of color #15268E: hue angle of 231.57º 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 #15268E is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 38 | 142 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.44 |
| HSL | 231.57º | 0.74% | 0.32% | - |
| HSV(B) | 231.57º | 0.85% | 0.56% | - |
| XYZ | 5.88 | 3.5 | 25.96 | - |
| YUV | 44.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 142 | 0.85 | 0.73 | 0 | 0.44 | 231.57 | 0.74 | 0.32 |
| Hex | 15 | 26 | 8E | 55 | 49 | 0 | 2C | E8 | 4A | 20 |
| Octal | 25 | 46 | 216 | 125 | 111 | 0 | 54 | 350 | 112 | 40 |
| Binary | 10101 | 100110 | 10001110 | 1010101 | 1001001 | 0 | 101100 | 11101000 | 1001010 | 100000 |
Color Harmonies of #15268E
Complementary color
Monochromatic Colors of #15268E
Black with #15268E
Text Example
Text Example
White with #15268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15268E; }
p { color: rgb(21,38,142); }
H1.HeaderClassName
{
color: #15268E;
}
.AnyTagClassName
{
color: #15268E;
}
</style>
background-color css
<style>
a { background-color: #15268E; }
a { background-color: rgb(21,38,142); }
div.DivClassName
{
background-color: #15268E;
}
.BgClassName
{
background-color: #15268E;
}
</style>
border-color css
<style>
span { border-color: #15268E; }
span { border-color: rgb(21,38,142); }
td.TdClassName
{
border-color: #15268E;
}
.TagClassName
{
border-color: #15268E;
}
</style>