Shades of Egyptian Blue #152DB2
Tints of Egyptian Blue #152DB2
RGB
CMYK
RGB Variations
Color information
#152DB2 (or 0x152DB2) is known color: Egyptian Blue. HEX triplet: 15, 2D and B2. RGB value is (21,45,178). Sum of RGB (Red+Green+Blue) = 21+45+178=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 178 (69.92% from 255 or 72.95% from 244); Max value from RGB is 178 - color contains mainly: blue. Hex color #152DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DB2 is #EAD24D. Grayscale: #343434. Windows color (decimal): -15389262 or 11676949. OLE color: 11676949.
HSL color Cylindrical-coordinate representation of color #152DB2: hue angle of 230.83º 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 #152DB2 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 45 | 178 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.30 |
| HSL | 230.83º | 0.79% | 0.39% | - |
| HSV(B) | 230.83º | 0.88% | 0.7% | - |
| XYZ | 9.28 | 5.25 | 42.64 | - |
| YUV | 52.99 | 198.55 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 178 | 0.88 | 0.75 | 0 | 0.30 | 230.83 | 0.79 | 0.39 |
| Hex | 15 | 2D | B2 | 58 | 4B | 0 | 1E | E7 | 4F | 27 |
| Octal | 25 | 55 | 262 | 130 | 113 | 0 | 36 | 347 | 117 | 47 |
| Binary | 10101 | 101101 | 10110010 | 1011000 | 1001011 | 0 | 11110 | 11100111 | 1001111 | 100111 |
Color Harmonies of #152DB2
Complementary color
Monochromatic Colors of #152DB2
Black with #152DB2
Text Example
Text Example
White with #152DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DB2; }
p { color: rgb(21,45,178); }
H1.HeaderClassName
{
color: #152DB2;
}
.AnyTagClassName
{
color: #152DB2;
}
</style>
background-color css
<style>
a { background-color: #152DB2; }
a { background-color: rgb(21,45,178); }
div.DivClassName
{
background-color: #152DB2;
}
.BgClassName
{
background-color: #152DB2;
}
</style>
border-color css
<style>
span { border-color: #152DB2; }
span { border-color: rgb(21,45,178); }
td.TdClassName
{
border-color: #152DB2;
}
.TagClassName
{
border-color: #152DB2;
}
</style>