Shades of Egyptian Blue #151BA8
Tints of Egyptian Blue #151BA8
RGB
CMYK
RGB Variations
Color information
#151BA8 (or 0x151BA8) is known color: Egyptian Blue. HEX triplet: 15, 1B and A8. RGB value is (21,27,168). Sum of RGB (Red+Green+Blue) = 21+27+168=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 168 (66.02% from 255 or 77.78% from 216); Max value from RGB is 168 - color contains mainly: blue. Hex color #151BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151BA8 is #EAE457. Grayscale: #282828. Windows color (decimal): -15393880 or 11016981. OLE color: 11016981.
HSL color Cylindrical-coordinate representation of color #151BA8: hue angle of 237.55º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151BA8 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 27 | 168 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.34 |
| HSL | 237.55º | 0.78% | 0.37% | - |
| HSV(B) | 237.55º | 0.88% | 0.66% | - |
| XYZ | 7.77 | 3.77 | 37.36 | - |
| YUV | 41.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 168 | 0.88 | 0.84 | 0 | 0.34 | 237.55 | 0.78 | 0.37 |
| Hex | 15 | 1B | A8 | 58 | 54 | 0 | 22 | EE | 4E | 25 |
| Octal | 25 | 33 | 250 | 130 | 124 | 0 | 42 | 356 | 116 | 45 |
| Binary | 10101 | 11011 | 10101000 | 1011000 | 1010100 | 0 | 100010 | 11101110 | 1001110 | 100101 |
Color Harmonies of #151BA8
Complementary color
Monochromatic Colors of #151BA8
Black with #151BA8
Text Example
Text Example
White with #151BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BA8; }
p { color: rgb(21,27,168); }
H1.HeaderClassName
{
color: #151BA8;
}
.AnyTagClassName
{
color: #151BA8;
}
</style>
background-color css
<style>
a { background-color: #151BA8; }
a { background-color: rgb(21,27,168); }
div.DivClassName
{
background-color: #151BA8;
}
.BgClassName
{
background-color: #151BA8;
}
</style>
border-color css
<style>
span { border-color: #151BA8; }
span { border-color: rgb(21,27,168); }
td.TdClassName
{
border-color: #151BA8;
}
.TagClassName
{
border-color: #151BA8;
}
</style>