Shades of Egyptian Blue #151AAA
Tints of Egyptian Blue #151AAA
RGB
CMYK
RGB Variations
Color information
#151AAA (or 0x151AAA) is known color: Egyptian Blue. HEX triplet: 15, 1A and AA. RGB value is (21,26,170). Sum of RGB (Red+Green+Blue) = 21+26+170=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #151AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AAA is #EAE555. Grayscale: #282828. Windows color (decimal): -15394134 or 11147797. OLE color: 11147797.
HSL color Cylindrical-coordinate representation of color #151AAA: hue angle of 237.99º 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 #151AAA is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 26 | 170 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.33 |
| HSL | 237.99º | 0.78% | 0.37% | - |
| HSV(B) | 237.99º | 0.88% | 0.67% | - |
| XYZ | 7.93 | 3.8 | 38.35 | - |
| YUV | 40.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 170 | 0.88 | 0.85 | 0 | 0.33 | 237.99 | 0.78 | 0.37 |
| Hex | 15 | 1A | AA | 58 | 55 | 0 | 21 | EE | 4E | 25 |
| Octal | 25 | 32 | 252 | 130 | 125 | 0 | 41 | 356 | 116 | 45 |
| Binary | 10101 | 11010 | 10101010 | 1011000 | 1010101 | 0 | 100001 | 11101110 | 1001110 | 100101 |
Color Harmonies of #151AAA
Complementary color
Monochromatic Colors of #151AAA
Black with #151AAA
Text Example
Text Example
White with #151AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151AAA; }
p { color: rgb(21,26,170); }
H1.HeaderClassName
{
color: #151AAA;
}
.AnyTagClassName
{
color: #151AAA;
}
</style>
background-color css
<style>
a { background-color: #151AAA; }
a { background-color: rgb(21,26,170); }
div.DivClassName
{
background-color: #151AAA;
}
.BgClassName
{
background-color: #151AAA;
}
</style>
border-color css
<style>
span { border-color: #151AAA; }
span { border-color: rgb(21,26,170); }
td.TdClassName
{
border-color: #151AAA;
}
.TagClassName
{
border-color: #151AAA;
}
</style>