Shades of Egyptian Blue #153CA1
Tints of Egyptian Blue #153CA1
RGB
CMYK
RGB Variations
Color information
#153CA1 (or 0x153CA1) is known color: Egyptian Blue. HEX triplet: 15, 3C and A1. RGB value is (21,60,161). Sum of RGB (Red+Green+Blue) = 21+60+161=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #153CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CA1 is #EAC35E. Grayscale: #3B3B3B. Windows color (decimal): -15385439 or 10566677. OLE color: 10566677.
HSL color Cylindrical-coordinate representation of color #153CA1: hue angle of 223.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153CA1 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 60 | 161 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.37 |
| HSL | 223.29º | 0.77% | 0.36% | - |
| HSV(B) | 223.29º | 0.87% | 0.63% | - |
| XYZ | 8.36 | 5.96 | 34.43 | - |
| YUV | 59.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 161 | 0.87 | 0.63 | 0 | 0.37 | 223.29 | 0.77 | 0.36 |
| Hex | 15 | 3C | A1 | 57 | 3F | 0 | 25 | DF | 4D | 24 |
| Octal | 25 | 74 | 241 | 127 | 77 | 0 | 45 | 337 | 115 | 44 |
| Binary | 10101 | 111100 | 10100001 | 1010111 | 111111 | 0 | 100101 | 11011111 | 1001101 | 100100 |
Color Harmonies of #153CA1
Complementary color
Monochromatic Colors of #153CA1
Black with #153CA1
Text Example
Text Example
White with #153CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CA1; }
p { color: rgb(21,60,161); }
H1.HeaderClassName
{
color: #153CA1;
}
.AnyTagClassName
{
color: #153CA1;
}
</style>
background-color css
<style>
a { background-color: #153CA1; }
a { background-color: rgb(21,60,161); }
div.DivClassName
{
background-color: #153CA1;
}
.BgClassName
{
background-color: #153CA1;
}
</style>
border-color css
<style>
span { border-color: #153CA1; }
span { border-color: rgb(21,60,161); }
td.TdClassName
{
border-color: #153CA1;
}
.TagClassName
{
border-color: #153CA1;
}
</style>