Shades of Egyptian Blue #151DA2
Tints of Egyptian Blue #151DA2
RGB
CMYK
RGB Variations
Color information
#151DA2 (or 0x151DA2) is known color: Egyptian Blue. HEX triplet: 15, 1D and A2. RGB value is (21,29,162). Sum of RGB (Red+Green+Blue) = 21+29+162=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 162 (63.67% from 255 or 76.42% from 212); Max value from RGB is 162 - color contains mainly: blue. Hex color #151DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151DA2 is #EAE25D. Grayscale: #292929. Windows color (decimal): -15393374 or 10624277. OLE color: 10624277.
HSL color Cylindrical-coordinate representation of color #151DA2: hue angle of 236.6º 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 #151DA2 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 29 | 162 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.36 |
| HSL | 236.6º | 0.77% | 0.36% | - |
| HSV(B) | 236.6º | 0.87% | 0.64% | - |
| XYZ | 7.27 | 3.65 | 34.5 | - |
| YUV | 41.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 162 | 0.87 | 0.82 | 0 | 0.36 | 236.6 | 0.77 | 0.36 |
| Hex | 15 | 1D | A2 | 57 | 52 | 0 | 24 | ED | 4D | 24 |
| Octal | 25 | 35 | 242 | 127 | 122 | 0 | 44 | 355 | 115 | 44 |
| Binary | 10101 | 11101 | 10100010 | 1010111 | 1010010 | 0 | 100100 | 11101101 | 1001101 | 100100 |
Color Harmonies of #151DA2
Complementary color
Monochromatic Colors of #151DA2
Black with #151DA2
Text Example
Text Example
White with #151DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151DA2; }
p { color: rgb(21,29,162); }
H1.HeaderClassName
{
color: #151DA2;
}
.AnyTagClassName
{
color: #151DA2;
}
</style>
background-color css
<style>
a { background-color: #151DA2; }
a { background-color: rgb(21,29,162); }
div.DivClassName
{
background-color: #151DA2;
}
.BgClassName
{
background-color: #151DA2;
}
</style>
border-color css
<style>
span { border-color: #151DA2; }
span { border-color: rgb(21,29,162); }
td.TdClassName
{
border-color: #151DA2;
}
.TagClassName
{
border-color: #151DA2;
}
</style>