Shades of Egyptian Blue #153B9A
Tints of Egyptian Blue #153B9A
RGB
CMYK
RGB Variations
Color information
#153B9A (or 0x153B9A) is known color: Egyptian Blue. HEX triplet: 15, 3B and 9A. RGB value is (21,59,154). Sum of RGB (Red+Green+Blue) = 21+59+154=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #153B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B9A is #EAC465. Grayscale: #3A3A3A. Windows color (decimal): -15385702 or 10107669. OLE color: 10107669.
HSL color Cylindrical-coordinate representation of color #153B9A: hue angle of 222.86º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153B9A is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 59 | 154 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.40 |
| HSL | 222.86º | 0.76% | 0.34% | - |
| HSV(B) | 222.86º | 0.86% | 0.6% | - |
| XYZ | 7.71 | 5.62 | 31.25 | - |
| YUV | 58.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 154 | 0.86 | 0.62 | 0 | 0.40 | 222.86 | 0.76 | 0.34 |
| Hex | 15 | 3B | 9A | 56 | 3E | 0 | 28 | DF | 4C | 22 |
| Octal | 25 | 73 | 232 | 126 | 76 | 0 | 50 | 337 | 114 | 42 |
| Binary | 10101 | 111011 | 10011010 | 1010110 | 111110 | 0 | 101000 | 11011111 | 1001100 | 100010 |
Color Harmonies of #153B9A
Complementary color
Monochromatic Colors of #153B9A
Black with #153B9A
Text Example
Text Example
White with #153B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B9A; }
p { color: rgb(21,59,154); }
H1.HeaderClassName
{
color: #153B9A;
}
.AnyTagClassName
{
color: #153B9A;
}
</style>
background-color css
<style>
a { background-color: #153B9A; }
a { background-color: rgb(21,59,154); }
div.DivClassName
{
background-color: #153B9A;
}
.BgClassName
{
background-color: #153B9A;
}
</style>
border-color css
<style>
span { border-color: #153B9A; }
span { border-color: rgb(21,59,154); }
td.TdClassName
{
border-color: #153B9A;
}
.TagClassName
{
border-color: #153B9A;
}
</style>