Shades of Egyptian Blue #151DAB
Tints of Egyptian Blue #151DAB
RGB
CMYK
RGB Variations
Color information
#151DAB (or 0x151DAB) is known color: Egyptian Blue. HEX triplet: 15, 1D and AB. RGB value is (21,29,171). Sum of RGB (Red+Green+Blue) = 21+29+171=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #151DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151DAB is #EAE254. Grayscale: #2A2A2A. Windows color (decimal): -15393365 or 11214101. OLE color: 11214101.
HSL color Cylindrical-coordinate representation of color #151DAB: hue angle of 236.8º 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 #151DAB is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 29 | 171 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.33 |
| HSL | 236.8º | 0.78% | 0.38% | - |
| HSV(B) | 236.8º | 0.88% | 0.67% | - |
| XYZ | 8.1 | 3.98 | 38.87 | - |
| YUV | 42.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 171 | 0.88 | 0.83 | 0 | 0.33 | 236.8 | 0.78 | 0.38 |
| Hex | 15 | 1D | AB | 58 | 53 | 0 | 21 | ED | 4E | 26 |
| Octal | 25 | 35 | 253 | 130 | 123 | 0 | 41 | 355 | 116 | 46 |
| Binary | 10101 | 11101 | 10101011 | 1011000 | 1010011 | 0 | 100001 | 11101101 | 1001110 | 100110 |
Color Harmonies of #151DAB
Complementary color
Monochromatic Colors of #151DAB
Black with #151DAB
Text Example
Text Example
White with #151DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151DAB; }
p { color: rgb(21,29,171); }
H1.HeaderClassName
{
color: #151DAB;
}
.AnyTagClassName
{
color: #151DAB;
}
</style>
background-color css
<style>
a { background-color: #151DAB; }
a { background-color: rgb(21,29,171); }
div.DivClassName
{
background-color: #151DAB;
}
.BgClassName
{
background-color: #151DAB;
}
</style>
border-color css
<style>
span { border-color: #151DAB; }
span { border-color: rgb(21,29,171); }
td.TdClassName
{
border-color: #151DAB;
}
.TagClassName
{
border-color: #151DAB;
}
</style>