Shades of Egyptian Blue #153BAA
Tints of Egyptian Blue #153BAA
RGB
CMYK
RGB Variations
Color information
#153BAA (or 0x153BAA) is known color: Egyptian Blue. HEX triplet: 15, 3B and AA. RGB value is (21,59,170). Sum of RGB (Red+Green+Blue) = 21+59+170=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #153BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BAA is #EAC455. Grayscale: #3B3B3B. Windows color (decimal): -15385686 or 11156245. OLE color: 11156245.
HSL color Cylindrical-coordinate representation of color #153BAA: hue angle of 224.7º 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 #153BAA is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 59 | 170 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.33 |
| HSL | 224.7º | 0.78% | 0.37% | - |
| HSV(B) | 224.7º | 0.88% | 0.67% | - |
| XYZ | 9.13 | 6.19 | 38.74 | - |
| YUV | 60.29 | 189.91 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 170 | 0.88 | 0.65 | 0 | 0.33 | 224.7 | 0.78 | 0.37 |
| Hex | 15 | 3B | AA | 58 | 41 | 0 | 21 | E1 | 4E | 25 |
| Octal | 25 | 73 | 252 | 130 | 101 | 0 | 41 | 341 | 116 | 45 |
| Binary | 10101 | 111011 | 10101010 | 1011000 | 1000001 | 0 | 100001 | 11100001 | 1001110 | 100101 |
Color Harmonies of #153BAA
Complementary color
Monochromatic Colors of #153BAA
Black with #153BAA
Text Example
Text Example
White with #153BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BAA; }
p { color: rgb(21,59,170); }
H1.HeaderClassName
{
color: #153BAA;
}
.AnyTagClassName
{
color: #153BAA;
}
</style>
background-color css
<style>
a { background-color: #153BAA; }
a { background-color: rgb(21,59,170); }
div.DivClassName
{
background-color: #153BAA;
}
.BgClassName
{
background-color: #153BAA;
}
</style>
border-color css
<style>
span { border-color: #153BAA; }
span { border-color: rgb(21,59,170); }
td.TdClassName
{
border-color: #153BAA;
}
.TagClassName
{
border-color: #153BAA;
}
</style>