Shades of Egyptian Blue #153DAE
Tints of Egyptian Blue #153DAE
RGB
CMYK
RGB Variations
Color information
#153DAE (or 0x153DAE) is known color: Egyptian Blue. HEX triplet: 15, 3D and AE. RGB value is (21,61,174). Sum of RGB (Red+Green+Blue) = 21+61+174=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #153DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153DAE is #EAC251. Grayscale: #3D3D3D. Windows color (decimal): -15385170 or 11418901. OLE color: 11418901.
HSL color Cylindrical-coordinate representation of color #153DAE: hue angle of 224.31º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153DAE is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 61 | 174 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.32 |
| HSL | 224.31º | 0.78% | 0.38% | - |
| HSV(B) | 224.31º | 0.88% | 0.68% | - |
| XYZ | 9.62 | 6.55 | 40.8 | - |
| YUV | 61.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 174 | 0.88 | 0.65 | 0 | 0.32 | 224.31 | 0.78 | 0.38 |
| Hex | 15 | 3D | AE | 58 | 41 | 0 | 20 | E0 | 4E | 26 |
| Octal | 25 | 75 | 256 | 130 | 101 | 0 | 40 | 340 | 116 | 46 |
| Binary | 10101 | 111101 | 10101110 | 1011000 | 1000001 | 0 | 100000 | 11100000 | 1001110 | 100110 |
Color Harmonies of #153DAE
Complementary color
Monochromatic Colors of #153DAE
Black with #153DAE
Text Example
Text Example
White with #153DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DAE; }
p { color: rgb(21,61,174); }
H1.HeaderClassName
{
color: #153DAE;
}
.AnyTagClassName
{
color: #153DAE;
}
</style>
background-color css
<style>
a { background-color: #153DAE; }
a { background-color: rgb(21,61,174); }
div.DivClassName
{
background-color: #153DAE;
}
.BgClassName
{
background-color: #153DAE;
}
</style>
border-color css
<style>
span { border-color: #153DAE; }
span { border-color: rgb(21,61,174); }
td.TdClassName
{
border-color: #153DAE;
}
.TagClassName
{
border-color: #153DAE;
}
</style>