Shades of Egyptian Blue #153B9C
Tints of Egyptian Blue #153B9C
RGB
CMYK
RGB Variations
Color information
#153B9C (or 0x153B9C) is known color: Egyptian Blue. HEX triplet: 15, 3B and 9C. RGB value is (21,59,156). Sum of RGB (Red+Green+Blue) = 21+59+156=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #153B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B9C is #EAC463. Grayscale: #3A3A3A. Windows color (decimal): -15385700 or 10238741. OLE color: 10238741.
HSL color Cylindrical-coordinate representation of color #153B9C: hue angle of 223.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153B9C is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 59 | 156 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.39 |
| HSL | 223.11º | 0.76% | 0.35% | - |
| HSV(B) | 223.11º | 0.87% | 0.61% | - |
| XYZ | 7.87 | 5.69 | 32.14 | - |
| YUV | 58.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 156 | 0.87 | 0.62 | 0 | 0.39 | 223.11 | 0.76 | 0.35 |
| Hex | 15 | 3B | 9C | 57 | 3E | 0 | 27 | DF | 4C | 23 |
| Octal | 25 | 73 | 234 | 127 | 76 | 0 | 47 | 337 | 114 | 43 |
| Binary | 10101 | 111011 | 10011100 | 1010111 | 111110 | 0 | 100111 | 11011111 | 1001100 | 100011 |
Color Harmonies of #153B9C
Complementary color
Monochromatic Colors of #153B9C
Black with #153B9C
Text Example
Text Example
White with #153B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B9C; }
p { color: rgb(21,59,156); }
H1.HeaderClassName
{
color: #153B9C;
}
.AnyTagClassName
{
color: #153B9C;
}
</style>
background-color css
<style>
a { background-color: #153B9C; }
a { background-color: rgb(21,59,156); }
div.DivClassName
{
background-color: #153B9C;
}
.BgClassName
{
background-color: #153B9C;
}
</style>
border-color css
<style>
span { border-color: #153B9C; }
span { border-color: rgb(21,59,156); }
td.TdClassName
{
border-color: #153B9C;
}
.TagClassName
{
border-color: #153B9C;
}
</style>