Shades of Egyptian Blue #153C97
Tints of Egyptian Blue #153C97
RGB
CMYK
RGB Variations
Color information
#153C97 (or 0x153C97) is known color: Egyptian Blue. HEX triplet: 15, 3C and 97. RGB value is (21,60,151). Sum of RGB (Red+Green+Blue) = 21+60+151=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #153C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C97 is #EAC368. Grayscale: #3A3A3A. Windows color (decimal): -15385449 or 9911317. OLE color: 9911317.
HSL color Cylindrical-coordinate representation of color #153C97: hue angle of 222º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153C97 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 60 | 151 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.41 |
| HSL | 222º | 0.76% | 0.34% | - |
| HSV(B) | 222º | 0.86% | 0.59% | - |
| XYZ | 7.51 | 5.63 | 29.97 | - |
| YUV | 58.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 151 | 0.86 | 0.60 | 0 | 0.41 | 222 | 0.76 | 0.34 |
| Hex | 15 | 3C | 97 | 56 | 3C | 0 | 29 | DE | 4C | 22 |
| Octal | 25 | 74 | 227 | 126 | 74 | 0 | 51 | 336 | 114 | 42 |
| Binary | 10101 | 111100 | 10010111 | 1010110 | 111100 | 0 | 101001 | 11011110 | 1001100 | 100010 |
Color Harmonies of #153C97
Complementary color
Monochromatic Colors of #153C97
Black with #153C97
Text Example
Text Example
White with #153C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C97; }
p { color: rgb(21,60,151); }
H1.HeaderClassName
{
color: #153C97;
}
.AnyTagClassName
{
color: #153C97;
}
</style>
background-color css
<style>
a { background-color: #153C97; }
a { background-color: rgb(21,60,151); }
div.DivClassName
{
background-color: #153C97;
}
.BgClassName
{
background-color: #153C97;
}
</style>
border-color css
<style>
span { border-color: #153C97; }
span { border-color: rgb(21,60,151); }
td.TdClassName
{
border-color: #153C97;
}
.TagClassName
{
border-color: #153C97;
}
</style>