Shades of Egyptian Blue #153DAC
Tints of Egyptian Blue #153DAC
RGB
CMYK
RGB Variations
Color information
#153DAC (or 0x153DAC) is known color: Egyptian Blue. HEX triplet: 15, 3D and AC. RGB value is (21,61,172). Sum of RGB (Red+Green+Blue) = 21+61+172=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #153DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153DAC is #EAC253. Grayscale: #3D3D3D. Windows color (decimal): -15385172 or 11287829. OLE color: 11287829.
HSL color Cylindrical-coordinate representation of color #153DAC: hue angle of 224.11º 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 #153DAC is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 61 | 172 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.33 |
| HSL | 224.11º | 0.78% | 0.38% | - |
| HSV(B) | 224.11º | 0.88% | 0.67% | - |
| XYZ | 9.42 | 6.48 | 39.78 | - |
| YUV | 61.69 | 190.25 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 172 | 0.88 | 0.65 | 0 | 0.33 | 224.11 | 0.78 | 0.38 |
| Hex | 15 | 3D | AC | 58 | 41 | 0 | 21 | E0 | 4E | 26 |
| Octal | 25 | 75 | 254 | 130 | 101 | 0 | 41 | 340 | 116 | 46 |
| Binary | 10101 | 111101 | 10101100 | 1011000 | 1000001 | 0 | 100001 | 11100000 | 1001110 | 100110 |
Color Harmonies of #153DAC
Complementary color
Monochromatic Colors of #153DAC
Black with #153DAC
Text Example
Text Example
White with #153DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DAC; }
p { color: rgb(21,61,172); }
H1.HeaderClassName
{
color: #153DAC;
}
.AnyTagClassName
{
color: #153DAC;
}
</style>
background-color css
<style>
a { background-color: #153DAC; }
a { background-color: rgb(21,61,172); }
div.DivClassName
{
background-color: #153DAC;
}
.BgClassName
{
background-color: #153DAC;
}
</style>
border-color css
<style>
span { border-color: #153DAC; }
span { border-color: rgb(21,61,172); }
td.TdClassName
{
border-color: #153DAC;
}
.TagClassName
{
border-color: #153DAC;
}
</style>