Shades of Egyptian Blue #151EA2
Tints of Egyptian Blue #151EA2
RGB
CMYK
RGB Variations
Color information
#151EA2 (or 0x151EA2) is known color: Egyptian Blue. HEX triplet: 15, 1E and A2. RGB value is (21,30,162). Sum of RGB (Red+Green+Blue) = 21+30+162=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 162 (63.67% from 255 or 76.06% from 213); Max value from RGB is 162 - color contains mainly: blue. Hex color #151EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151EA2 is #EAE15D. Grayscale: #292929. Windows color (decimal): -15393118 or 10624533. OLE color: 10624533.
HSL color Cylindrical-coordinate representation of color #151EA2: hue angle of 236.17º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151EA2 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 30 | 162 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.36 |
| HSL | 236.17º | 0.77% | 0.36% | - |
| HSV(B) | 236.17º | 0.87% | 0.64% | - |
| XYZ | 7.3 | 3.7 | 34.51 | - |
| YUV | 42.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 162 | 0.87 | 0.81 | 0 | 0.36 | 236.17 | 0.77 | 0.36 |
| Hex | 15 | 1E | A2 | 57 | 51 | 0 | 24 | EC | 4D | 24 |
| Octal | 25 | 36 | 242 | 127 | 121 | 0 | 44 | 354 | 115 | 44 |
| Binary | 10101 | 11110 | 10100010 | 1010111 | 1010001 | 0 | 100100 | 11101100 | 1001101 | 100100 |
Color Harmonies of #151EA2
Complementary color
Monochromatic Colors of #151EA2
Black with #151EA2
Text Example
Text Example
White with #151EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EA2; }
p { color: rgb(21,30,162); }
H1.HeaderClassName
{
color: #151EA2;
}
.AnyTagClassName
{
color: #151EA2;
}
</style>
background-color css
<style>
a { background-color: #151EA2; }
a { background-color: rgb(21,30,162); }
div.DivClassName
{
background-color: #151EA2;
}
.BgClassName
{
background-color: #151EA2;
}
</style>
border-color css
<style>
span { border-color: #151EA2; }
span { border-color: rgb(21,30,162); }
td.TdClassName
{
border-color: #151EA2;
}
.TagClassName
{
border-color: #151EA2;
}
</style>