Shades of Egyptian Blue #153AAA
Tints of Egyptian Blue #153AAA
RGB
CMYK
RGB Variations
Color information
#153AAA (or 0x153AAA) is known color: Egyptian Blue. HEX triplet: 15, 3A and AA. RGB value is (21,58,170). Sum of RGB (Red+Green+Blue) = 21+58+170=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #153AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AAA is #EAC555. Grayscale: #3B3B3B. Windows color (decimal): -15385942 or 11155989. OLE color: 11155989.
HSL color Cylindrical-coordinate representation of color #153AAA: hue angle of 225.1º 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 #153AAA is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 58 | 170 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.33 |
| HSL | 225.1º | 0.78% | 0.37% | - |
| HSV(B) | 225.1º | 0.88% | 0.67% | - |
| XYZ | 9.08 | 6.09 | 38.73 | - |
| YUV | 59.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 170 | 0.88 | 0.66 | 0 | 0.33 | 225.1 | 0.78 | 0.37 |
| Hex | 15 | 3A | AA | 58 | 42 | 0 | 21 | E1 | 4E | 25 |
| Octal | 25 | 72 | 252 | 130 | 102 | 0 | 41 | 341 | 116 | 45 |
| Binary | 10101 | 111010 | 10101010 | 1011000 | 1000010 | 0 | 100001 | 11100001 | 1001110 | 100101 |
Color Harmonies of #153AAA
Complementary color
Monochromatic Colors of #153AAA
Black with #153AAA
Text Example
Text Example
White with #153AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153AAA; }
p { color: rgb(21,58,170); }
H1.HeaderClassName
{
color: #153AAA;
}
.AnyTagClassName
{
color: #153AAA;
}
</style>
background-color css
<style>
a { background-color: #153AAA; }
a { background-color: rgb(21,58,170); }
div.DivClassName
{
background-color: #153AAA;
}
.BgClassName
{
background-color: #153AAA;
}
</style>
border-color css
<style>
span { border-color: #153AAA; }
span { border-color: rgb(21,58,170); }
td.TdClassName
{
border-color: #153AAA;
}
.TagClassName
{
border-color: #153AAA;
}
</style>