Shades of Egyptian Blue #152DB0
Tints of Egyptian Blue #152DB0
RGB
CMYK
RGB Variations
Color information
#152DB0 (or 0x152DB0) is known color: Egyptian Blue. HEX triplet: 15, 2D and B0. RGB value is (21,45,176). Sum of RGB (Red+Green+Blue) = 21+45+176=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 176 (69.14% from 255 or 72.73% from 242); Max value from RGB is 176 - color contains mainly: blue. Hex color #152DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DB0 is #EAD24F. Grayscale: #343434. Windows color (decimal): -15389264 or 11545877. OLE color: 11545877.
HSL color Cylindrical-coordinate representation of color #152DB0: hue angle of 230.71º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152DB0 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 45 | 176 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.31 |
| HSL | 230.71º | 0.79% | 0.39% | - |
| HSV(B) | 230.71º | 0.88% | 0.69% | - |
| XYZ | 9.08 | 5.17 | 41.59 | - |
| YUV | 52.76 | 197.55 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 176 | 0.88 | 0.74 | 0 | 0.31 | 230.71 | 0.79 | 0.39 |
| Hex | 15 | 2D | B0 | 58 | 4A | 0 | 1F | E7 | 4F | 27 |
| Octal | 25 | 55 | 260 | 130 | 112 | 0 | 37 | 347 | 117 | 47 |
| Binary | 10101 | 101101 | 10110000 | 1011000 | 1001010 | 0 | 11111 | 11100111 | 1001111 | 100111 |
Color Harmonies of #152DB0
Complementary color
Monochromatic Colors of #152DB0
Black with #152DB0
Text Example
Text Example
White with #152DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DB0; }
p { color: rgb(21,45,176); }
H1.HeaderClassName
{
color: #152DB0;
}
.AnyTagClassName
{
color: #152DB0;
}
</style>
background-color css
<style>
a { background-color: #152DB0; }
a { background-color: rgb(21,45,176); }
div.DivClassName
{
background-color: #152DB0;
}
.BgClassName
{
background-color: #152DB0;
}
</style>
border-color css
<style>
span { border-color: #152DB0; }
span { border-color: rgb(21,45,176); }
td.TdClassName
{
border-color: #152DB0;
}
.TagClassName
{
border-color: #152DB0;
}
</style>