Shades of Egyptian Blue #15268C
Tints of Egyptian Blue #15268C
RGB
CMYK
RGB Variations
Color information
#15268C (or 0x15268C) is known color: Egyptian Blue. HEX triplet: 15, 26 and 8C. RGB value is (21,38,140). Sum of RGB (Red+Green+Blue) = 21+38+140=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #15268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15268C is #EAD973. Grayscale: #2C2C2C. Windows color (decimal): -15391092 or 9184789. OLE color: 9184789.
HSL color Cylindrical-coordinate representation of color #15268C: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15268C is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 38 | 140 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.45 |
| HSL | 231.43º | 0.74% | 0.32% | - |
| HSV(B) | 231.43º | 0.85% | 0.55% | - |
| XYZ | 5.74 | 3.44 | 25.17 | - |
| YUV | 44.55 | 181.87 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 140 | 0.85 | 0.73 | 0 | 0.45 | 231.43 | 0.74 | 0.32 |
| Hex | 15 | 26 | 8C | 55 | 49 | 0 | 2D | E7 | 4A | 20 |
| Octal | 25 | 46 | 214 | 125 | 111 | 0 | 55 | 347 | 112 | 40 |
| Binary | 10101 | 100110 | 10001100 | 1010101 | 1001001 | 0 | 101101 | 11100111 | 1001010 | 100000 |
Color Harmonies of #15268C
Complementary color
Monochromatic Colors of #15268C
Black with #15268C
Text Example
Text Example
White with #15268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15268C; }
p { color: rgb(21,38,140); }
H1.HeaderClassName
{
color: #15268C;
}
.AnyTagClassName
{
color: #15268C;
}
</style>
background-color css
<style>
a { background-color: #15268C; }
a { background-color: rgb(21,38,140); }
div.DivClassName
{
background-color: #15268C;
}
.BgClassName
{
background-color: #15268C;
}
</style>
border-color css
<style>
span { border-color: #15268C; }
span { border-color: rgb(21,38,140); }
td.TdClassName
{
border-color: #15268C;
}
.TagClassName
{
border-color: #15268C;
}
</style>