Shades of Egyptian Blue #153BAD
Tints of Egyptian Blue #153BAD
RGB
CMYK
RGB Variations
Color information
#153BAD (or 0x153BAD) is known color: Egyptian Blue. HEX triplet: 15, 3B and AD. RGB value is (21,59,173). Sum of RGB (Red+Green+Blue) = 21+59+173=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #153BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BAD is #EAC452. Grayscale: #3C3C3C. Windows color (decimal): -15385683 or 11352853. OLE color: 11352853.
HSL color Cylindrical-coordinate representation of color #153BAD: hue angle of 225º 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 #153BAD is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 59 | 173 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.32 |
| HSL | 225º | 0.78% | 0.38% | - |
| HSV(B) | 225º | 0.88% | 0.68% | - |
| XYZ | 9.42 | 6.3 | 40.26 | - |
| YUV | 60.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 173 | 0.88 | 0.66 | 0 | 0.32 | 225 | 0.78 | 0.38 |
| Hex | 15 | 3B | AD | 58 | 42 | 0 | 20 | E1 | 4E | 26 |
| Octal | 25 | 73 | 255 | 130 | 102 | 0 | 40 | 341 | 116 | 46 |
| Binary | 10101 | 111011 | 10101101 | 1011000 | 1000010 | 0 | 100000 | 11100001 | 1001110 | 100110 |
Color Harmonies of #153BAD
Complementary color
Monochromatic Colors of #153BAD
Black with #153BAD
Text Example
Text Example
White with #153BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BAD; }
p { color: rgb(21,59,173); }
H1.HeaderClassName
{
color: #153BAD;
}
.AnyTagClassName
{
color: #153BAD;
}
</style>
background-color css
<style>
a { background-color: #153BAD; }
a { background-color: rgb(21,59,173); }
div.DivClassName
{
background-color: #153BAD;
}
.BgClassName
{
background-color: #153BAD;
}
</style>
border-color css
<style>
span { border-color: #153BAD; }
span { border-color: rgb(21,59,173); }
td.TdClassName
{
border-color: #153BAD;
}
.TagClassName
{
border-color: #153BAD;
}
</style>