Shades of Egyptian Blue #153DAB
Tints of Egyptian Blue #153DAB
RGB
CMYK
RGB Variations
Color information
#153DAB (or 0x153DAB) is known color: Egyptian Blue. HEX triplet: 15, 3D and AB. RGB value is (21,61,171). Sum of RGB (Red+Green+Blue) = 21+61+171=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #153DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153DAB is #EAC254. Grayscale: #3D3D3D. Windows color (decimal): -15385173 or 11222293. OLE color: 11222293.
HSL color Cylindrical-coordinate representation of color #153DAB: hue angle of 224º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153DAB is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 61 | 171 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.33 |
| HSL | 224º | 0.78% | 0.38% | - |
| HSV(B) | 224º | 0.88% | 0.67% | - |
| XYZ | 9.33 | 6.44 | 39.28 | - |
| YUV | 61.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 171 | 0.88 | 0.64 | 0 | 0.33 | 224 | 0.78 | 0.38 |
| Hex | 15 | 3D | AB | 58 | 40 | 0 | 21 | E0 | 4E | 26 |
| Octal | 25 | 75 | 253 | 130 | 100 | 0 | 41 | 340 | 116 | 46 |
| Binary | 10101 | 111101 | 10101011 | 1011000 | 1000000 | 0 | 100001 | 11100000 | 1001110 | 100110 |
Color Harmonies of #153DAB
Complementary color
Monochromatic Colors of #153DAB
Black with #153DAB
Text Example
Text Example
White with #153DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DAB; }
p { color: rgb(21,61,171); }
H1.HeaderClassName
{
color: #153DAB;
}
.AnyTagClassName
{
color: #153DAB;
}
</style>
background-color css
<style>
a { background-color: #153DAB; }
a { background-color: rgb(21,61,171); }
div.DivClassName
{
background-color: #153DAB;
}
.BgClassName
{
background-color: #153DAB;
}
</style>
border-color css
<style>
span { border-color: #153DAB; }
span { border-color: rgb(21,61,171); }
td.TdClassName
{
border-color: #153DAB;
}
.TagClassName
{
border-color: #153DAB;
}
</style>