Shades of Egyptian Blue #153FB0
Tints of Egyptian Blue #153FB0
RGB
CMYK
RGB Variations
Color information
#153FB0 (or 0x153FB0) is known color: Egyptian Blue. HEX triplet: 15, 3F and B0. RGB value is (21,63,176). Sum of RGB (Red+Green+Blue) = 21+63+176=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 176 (69.14% from 255 or 67.69% from 260); Max value from RGB is 176 - color contains mainly: blue. Hex color #153FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FB0 is #EAC04F. Grayscale: #3E3E3E. Windows color (decimal): -15384656 or 11550485. OLE color: 11550485.
HSL color Cylindrical-coordinate representation of color #153FB0: hue angle of 223.74º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153FB0 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 63 | 176 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.31 |
| HSL | 223.74º | 0.79% | 0.39% | - |
| HSV(B) | 223.74º | 0.88% | 0.69% | - |
| XYZ | 9.92 | 6.85 | 41.87 | - |
| YUV | 63.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 176 | 0.88 | 0.64 | 0 | 0.31 | 223.74 | 0.79 | 0.39 |
| Hex | 15 | 3F | B0 | 58 | 40 | 0 | 1F | E0 | 4F | 27 |
| Octal | 25 | 77 | 260 | 130 | 100 | 0 | 37 | 340 | 117 | 47 |
| Binary | 10101 | 111111 | 10110000 | 1011000 | 1000000 | 0 | 11111 | 11100000 | 1001111 | 100111 |
Color Harmonies of #153FB0
Complementary color
Monochromatic Colors of #153FB0
Black with #153FB0
Text Example
Text Example
White with #153FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FB0; }
p { color: rgb(21,63,176); }
H1.HeaderClassName
{
color: #153FB0;
}
.AnyTagClassName
{
color: #153FB0;
}
</style>
background-color css
<style>
a { background-color: #153FB0; }
a { background-color: rgb(21,63,176); }
div.DivClassName
{
background-color: #153FB0;
}
.BgClassName
{
background-color: #153FB0;
}
</style>
border-color css
<style>
span { border-color: #153FB0; }
span { border-color: rgb(21,63,176); }
td.TdClassName
{
border-color: #153FB0;
}
.TagClassName
{
border-color: #153FB0;
}
</style>