Shades of Egyptian Blue #152F93
Tints of Egyptian Blue #152F93
RGB
CMYK
RGB Variations
Color information
#152F93 (or 0x152F93) is known color: Egyptian Blue. HEX triplet: 15, 2F and 93. RGB value is (21,47,147). Sum of RGB (Red+Green+Blue) = 21+47+147=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #152F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F93 is #EAD06C. Grayscale: #323232. Windows color (decimal): -15388781 or 9645845. OLE color: 9645845.
HSL color Cylindrical-coordinate representation of color #152F93: hue angle of 227.62º 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 #152F93 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 47 | 147 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.42 |
| HSL | 227.62º | 0.75% | 0.33% | - |
| HSV(B) | 227.62º | 0.86% | 0.58% | - |
| XYZ | 6.59 | 4.3 | 28.09 | - |
| YUV | 50.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 147 | 0.86 | 0.68 | 0 | 0.42 | 227.62 | 0.75 | 0.33 |
| Hex | 15 | 2F | 93 | 56 | 44 | 0 | 2A | E4 | 4B | 21 |
| Octal | 25 | 57 | 223 | 126 | 104 | 0 | 52 | 344 | 113 | 41 |
| Binary | 10101 | 101111 | 10010011 | 1010110 | 1000100 | 0 | 101010 | 11100100 | 1001011 | 100001 |
Color Harmonies of #152F93
Complementary color
Monochromatic Colors of #152F93
Black with #152F93
Text Example
Text Example
White with #152F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F93; }
p { color: rgb(21,47,147); }
H1.HeaderClassName
{
color: #152F93;
}
.AnyTagClassName
{
color: #152F93;
}
</style>
background-color css
<style>
a { background-color: #152F93; }
a { background-color: rgb(21,47,147); }
div.DivClassName
{
background-color: #152F93;
}
.BgClassName
{
background-color: #152F93;
}
</style>
border-color css
<style>
span { border-color: #152F93; }
span { border-color: rgb(21,47,147); }
td.TdClassName
{
border-color: #152F93;
}
.TagClassName
{
border-color: #152F93;
}
</style>