Shades of Egyptian Blue #153DAA
Tints of Egyptian Blue #153DAA
RGB
CMYK
RGB Variations
Color information
#153DAA (or 0x153DAA) is known color: Egyptian Blue. HEX triplet: 15, 3D and AA. RGB value is (21,61,170). Sum of RGB (Red+Green+Blue) = 21+61+170=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #153DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153DAA is #EAC255. Grayscale: #3C3C3C. Windows color (decimal): -15385174 or 11156757. OLE color: 11156757.
HSL color Cylindrical-coordinate representation of color #153DAA: hue angle of 223.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153DAA is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 61 | 170 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.33 |
| HSL | 223.89º | 0.78% | 0.37% | - |
| HSV(B) | 223.89º | 0.88% | 0.67% | - |
| XYZ | 9.23 | 6.4 | 38.78 | - |
| YUV | 61.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 170 | 0.88 | 0.64 | 0 | 0.33 | 223.89 | 0.78 | 0.37 |
| Hex | 15 | 3D | AA | 58 | 40 | 0 | 21 | E0 | 4E | 25 |
| Octal | 25 | 75 | 252 | 130 | 100 | 0 | 41 | 340 | 116 | 45 |
| Binary | 10101 | 111101 | 10101010 | 1011000 | 1000000 | 0 | 100001 | 11100000 | 1001110 | 100101 |
Color Harmonies of #153DAA
Complementary color
Monochromatic Colors of #153DAA
Black with #153DAA
Text Example
Text Example
White with #153DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DAA; }
p { color: rgb(21,61,170); }
H1.HeaderClassName
{
color: #153DAA;
}
.AnyTagClassName
{
color: #153DAA;
}
</style>
background-color css
<style>
a { background-color: #153DAA; }
a { background-color: rgb(21,61,170); }
div.DivClassName
{
background-color: #153DAA;
}
.BgClassName
{
background-color: #153DAA;
}
</style>
border-color css
<style>
span { border-color: #153DAA; }
span { border-color: rgb(21,61,170); }
td.TdClassName
{
border-color: #153DAA;
}
.TagClassName
{
border-color: #153DAA;
}
</style>