Shades of Egyptian Blue #152FAC
Tints of Egyptian Blue #152FAC
RGB
CMYK
RGB Variations
Color information
#152FAC (or 0x152FAC) is known color: Egyptian Blue. HEX triplet: 15, 2F and AC. RGB value is (21,47,172). Sum of RGB (Red+Green+Blue) = 21+47+172=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #152FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FAC is #EAD053. Grayscale: #343434. Windows color (decimal): -15388756 or 11284245. OLE color: 11284245.
HSL color Cylindrical-coordinate representation of color #152FAC: hue angle of 229.67º 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 #152FAC is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 47 | 172 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.33 |
| HSL | 229.67º | 0.78% | 0.38% | - |
| HSV(B) | 229.67º | 0.88% | 0.67% | - |
| XYZ | 8.77 | 5.17 | 39.57 | - |
| YUV | 53.48 | 194.89 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 172 | 0.88 | 0.73 | 0 | 0.33 | 229.67 | 0.78 | 0.38 |
| Hex | 15 | 2F | AC | 58 | 49 | 0 | 21 | E6 | 4E | 26 |
| Octal | 25 | 57 | 254 | 130 | 111 | 0 | 41 | 346 | 116 | 46 |
| Binary | 10101 | 101111 | 10101100 | 1011000 | 1001001 | 0 | 100001 | 11100110 | 1001110 | 100110 |
Color Harmonies of #152FAC
Complementary color
Monochromatic Colors of #152FAC
Black with #152FAC
Text Example
Text Example
White with #152FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FAC; }
p { color: rgb(21,47,172); }
H1.HeaderClassName
{
color: #152FAC;
}
.AnyTagClassName
{
color: #152FAC;
}
</style>
background-color css
<style>
a { background-color: #152FAC; }
a { background-color: rgb(21,47,172); }
div.DivClassName
{
background-color: #152FAC;
}
.BgClassName
{
background-color: #152FAC;
}
</style>
border-color css
<style>
span { border-color: #152FAC; }
span { border-color: rgb(21,47,172); }
td.TdClassName
{
border-color: #152FAC;
}
.TagClassName
{
border-color: #152FAC;
}
</style>