Shades of Egyptian Blue #151EAA
Tints of Egyptian Blue #151EAA
RGB
CMYK
RGB Variations
Color information
#151EAA (or 0x151EAA) is known color: Egyptian Blue. HEX triplet: 15, 1E and AA. RGB value is (21,30,170). Sum of RGB (Red+Green+Blue) = 21+30+170=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #151EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151EAA is #EAE155. Grayscale: #2A2A2A. Windows color (decimal): -15393110 or 11148821. OLE color: 11148821.
HSL color Cylindrical-coordinate representation of color #151EAA: hue angle of 236.38º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151EAA is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 30 | 170 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.33 |
| HSL | 236.38º | 0.78% | 0.37% | - |
| HSV(B) | 236.38º | 0.88% | 0.67% | - |
| XYZ | 8.03 | 3.99 | 38.38 | - |
| YUV | 43.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 170 | 0.88 | 0.82 | 0 | 0.33 | 236.38 | 0.78 | 0.37 |
| Hex | 15 | 1E | AA | 58 | 52 | 0 | 21 | EC | 4E | 25 |
| Octal | 25 | 36 | 252 | 130 | 122 | 0 | 41 | 354 | 116 | 45 |
| Binary | 10101 | 11110 | 10101010 | 1011000 | 1010010 | 0 | 100001 | 11101100 | 1001110 | 100101 |
Color Harmonies of #151EAA
Complementary color
Monochromatic Colors of #151EAA
Black with #151EAA
Text Example
Text Example
White with #151EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EAA; }
p { color: rgb(21,30,170); }
H1.HeaderClassName
{
color: #151EAA;
}
.AnyTagClassName
{
color: #151EAA;
}
</style>
background-color css
<style>
a { background-color: #151EAA; }
a { background-color: rgb(21,30,170); }
div.DivClassName
{
background-color: #151EAA;
}
.BgClassName
{
background-color: #151EAA;
}
</style>
border-color css
<style>
span { border-color: #151EAA; }
span { border-color: rgb(21,30,170); }
td.TdClassName
{
border-color: #151EAA;
}
.TagClassName
{
border-color: #151EAA;
}
</style>