Shades of Egyptian Blue #153F9B
Tints of Egyptian Blue #153F9B
RGB
CMYK
RGB Variations
Color information
#153F9B (or 0x153F9B) is known color: Egyptian Blue. HEX triplet: 15, 3F and 9B. RGB value is (21,63,155). Sum of RGB (Red+Green+Blue) = 21+63+155=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #153F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F9B is #EAC064. Grayscale: #3C3C3C. Windows color (decimal): -15384677 or 10174229. OLE color: 10174229.
HSL color Cylindrical-coordinate representation of color #153F9B: hue angle of 221.19º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153F9B is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 63 | 155 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.39 |
| HSL | 221.19º | 0.76% | 0.35% | - |
| HSV(B) | 221.19º | 0.86% | 0.61% | - |
| XYZ | 8 | 6.08 | 31.76 | - |
| YUV | 60.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 155 | 0.86 | 0.59 | 0 | 0.39 | 221.19 | 0.76 | 0.35 |
| Hex | 15 | 3F | 9B | 56 | 3B | 0 | 27 | DD | 4C | 23 |
| Octal | 25 | 77 | 233 | 126 | 73 | 0 | 47 | 335 | 114 | 43 |
| Binary | 10101 | 111111 | 10011011 | 1010110 | 111011 | 0 | 100111 | 11011101 | 1001100 | 100011 |
Color Harmonies of #153F9B
Complementary color
Monochromatic Colors of #153F9B
Black with #153F9B
Text Example
Text Example
White with #153F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F9B; }
p { color: rgb(21,63,155); }
H1.HeaderClassName
{
color: #153F9B;
}
.AnyTagClassName
{
color: #153F9B;
}
</style>
background-color css
<style>
a { background-color: #153F9B; }
a { background-color: rgb(21,63,155); }
div.DivClassName
{
background-color: #153F9B;
}
.BgClassName
{
background-color: #153F9B;
}
</style>
border-color css
<style>
span { border-color: #153F9B; }
span { border-color: rgb(21,63,155); }
td.TdClassName
{
border-color: #153F9B;
}
.TagClassName
{
border-color: #153F9B;
}
</style>