Shades of Egyptian Blue #152AB2
Tints of Egyptian Blue #152AB2
RGB
CMYK
RGB Variations
Color information
#152AB2 (or 0x152AB2) is known color: Egyptian Blue. HEX triplet: 15, 2A and B2. RGB value is (21,42,178). Sum of RGB (Red+Green+Blue) = 21+42+178=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 178 (69.92% from 255 or 73.86% from 241); Max value from RGB is 178 - color contains mainly: blue. Hex color #152AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152AB2 is #EAD54D. Grayscale: #323232. Windows color (decimal): -15390030 or 11676181. OLE color: 11676181.
HSL color Cylindrical-coordinate representation of color #152AB2: hue angle of 231.97º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152AB2 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 42 | 178 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.30 |
| HSL | 231.97º | 0.79% | 0.39% | - |
| HSV(B) | 231.97º | 0.88% | 0.7% | - |
| XYZ | 9.17 | 5.03 | 42.61 | - |
| YUV | 51.23 | 199.54 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 178 | 0.88 | 0.76 | 0 | 0.30 | 231.97 | 0.79 | 0.39 |
| Hex | 15 | 2A | B2 | 58 | 4C | 0 | 1E | E8 | 4F | 27 |
| Octal | 25 | 52 | 262 | 130 | 114 | 0 | 36 | 350 | 117 | 47 |
| Binary | 10101 | 101010 | 10110010 | 1011000 | 1001100 | 0 | 11110 | 11101000 | 1001111 | 100111 |
Color Harmonies of #152AB2
Complementary color
Monochromatic Colors of #152AB2
Black with #152AB2
Text Example
Text Example
White with #152AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AB2; }
p { color: rgb(21,42,178); }
H1.HeaderClassName
{
color: #152AB2;
}
.AnyTagClassName
{
color: #152AB2;
}
</style>
background-color css
<style>
a { background-color: #152AB2; }
a { background-color: rgb(21,42,178); }
div.DivClassName
{
background-color: #152AB2;
}
.BgClassName
{
background-color: #152AB2;
}
</style>
border-color css
<style>
span { border-color: #152AB2; }
span { border-color: rgb(21,42,178); }
td.TdClassName
{
border-color: #152AB2;
}
.TagClassName
{
border-color: #152AB2;
}
</style>