Shades of Egyptian Blue #153CA2
Tints of Egyptian Blue #153CA2
RGB
CMYK
RGB Variations
Color information
#153CA2 (or 0x153CA2) is known color: Egyptian Blue. HEX triplet: 15, 3C and A2. RGB value is (21,60,162). Sum of RGB (Red+Green+Blue) = 21+60+162=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #153CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CA2 is #EAC35D. Grayscale: #3B3B3B. Windows color (decimal): -15385438 or 10632213. OLE color: 10632213.
HSL color Cylindrical-coordinate representation of color #153CA2: hue angle of 223.4º 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 #153CA2 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 60 | 162 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.36 |
| HSL | 223.4º | 0.77% | 0.36% | - |
| HSV(B) | 223.4º | 0.87% | 0.64% | - |
| XYZ | 8.45 | 6 | 34.9 | - |
| YUV | 59.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 162 | 0.87 | 0.63 | 0 | 0.36 | 223.4 | 0.77 | 0.36 |
| Hex | 15 | 3C | A2 | 57 | 3F | 0 | 24 | DF | 4D | 24 |
| Octal | 25 | 74 | 242 | 127 | 77 | 0 | 44 | 337 | 115 | 44 |
| Binary | 10101 | 111100 | 10100010 | 1010111 | 111111 | 0 | 100100 | 11011111 | 1001101 | 100100 |
Color Harmonies of #153CA2
Complementary color
Monochromatic Colors of #153CA2
Black with #153CA2
Text Example
Text Example
White with #153CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CA2; }
p { color: rgb(21,60,162); }
H1.HeaderClassName
{
color: #153CA2;
}
.AnyTagClassName
{
color: #153CA2;
}
</style>
background-color css
<style>
a { background-color: #153CA2; }
a { background-color: rgb(21,60,162); }
div.DivClassName
{
background-color: #153CA2;
}
.BgClassName
{
background-color: #153CA2;
}
</style>
border-color css
<style>
span { border-color: #153CA2; }
span { border-color: rgb(21,60,162); }
td.TdClassName
{
border-color: #153CA2;
}
.TagClassName
{
border-color: #153CA2;
}
</style>