Shades of Egyptian Blue #152D93
Tints of Egyptian Blue #152D93
RGB
CMYK
RGB Variations
Color information
#152D93 (or 0x152D93) is known color: Egyptian Blue. HEX triplet: 15, 2D and 93. RGB value is (21,45,147). Sum of RGB (Red+Green+Blue) = 21+45+147=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #152D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D93 is #EAD26C. Grayscale: #313131. Windows color (decimal): -15389293 or 9645333. OLE color: 9645333.
HSL color Cylindrical-coordinate representation of color #152D93: hue angle of 228.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152D93 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 45 | 147 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.42 |
| HSL | 228.57º | 0.75% | 0.33% | - |
| HSV(B) | 228.57º | 0.86% | 0.58% | - |
| XYZ | 6.51 | 4.14 | 28.06 | - |
| YUV | 49.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 147 | 0.86 | 0.69 | 0 | 0.42 | 228.57 | 0.75 | 0.33 |
| Hex | 15 | 2D | 93 | 56 | 45 | 0 | 2A | E5 | 4B | 21 |
| Octal | 25 | 55 | 223 | 126 | 105 | 0 | 52 | 345 | 113 | 41 |
| Binary | 10101 | 101101 | 10010011 | 1010110 | 1000101 | 0 | 101010 | 11100101 | 1001011 | 100001 |
Color Harmonies of #152D93
Complementary color
Monochromatic Colors of #152D93
Black with #152D93
Text Example
Text Example
White with #152D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D93; }
p { color: rgb(21,45,147); }
H1.HeaderClassName
{
color: #152D93;
}
.AnyTagClassName
{
color: #152D93;
}
</style>
background-color css
<style>
a { background-color: #152D93; }
a { background-color: rgb(21,45,147); }
div.DivClassName
{
background-color: #152D93;
}
.BgClassName
{
background-color: #152D93;
}
</style>
border-color css
<style>
span { border-color: #152D93; }
span { border-color: rgb(21,45,147); }
td.TdClassName
{
border-color: #152D93;
}
.TagClassName
{
border-color: #152D93;
}
</style>