Shades of Egyptian Blue #153FAF
Tints of Egyptian Blue #153FAF
RGB
CMYK
RGB Variations
Color information
#153FAF (or 0x153FAF) is known color: Egyptian Blue. HEX triplet: 15, 3F and AF. RGB value is (21,63,175). Sum of RGB (Red+Green+Blue) = 21+63+175=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #153FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FAF is #EAC050. Grayscale: #3E3E3E. Windows color (decimal): -15384657 or 11484949. OLE color: 11484949.
HSL color Cylindrical-coordinate representation of color #153FAF: hue angle of 223.64º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153FAF is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 63 | 175 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.31 |
| HSL | 223.64º | 0.79% | 0.38% | - |
| HSV(B) | 223.64º | 0.88% | 0.69% | - |
| XYZ | 9.82 | 6.81 | 41.35 | - |
| YUV | 63.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 175 | 0.88 | 0.64 | 0 | 0.31 | 223.64 | 0.79 | 0.38 |
| Hex | 15 | 3F | AF | 58 | 40 | 0 | 1F | E0 | 4F | 26 |
| Octal | 25 | 77 | 257 | 130 | 100 | 0 | 37 | 340 | 117 | 46 |
| Binary | 10101 | 111111 | 10101111 | 1011000 | 1000000 | 0 | 11111 | 11100000 | 1001111 | 100110 |
Color Harmonies of #153FAF
Complementary color
Monochromatic Colors of #153FAF
Black with #153FAF
Text Example
Text Example
White with #153FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FAF; }
p { color: rgb(21,63,175); }
H1.HeaderClassName
{
color: #153FAF;
}
.AnyTagClassName
{
color: #153FAF;
}
</style>
background-color css
<style>
a { background-color: #153FAF; }
a { background-color: rgb(21,63,175); }
div.DivClassName
{
background-color: #153FAF;
}
.BgClassName
{
background-color: #153FAF;
}
</style>
border-color css
<style>
span { border-color: #153FAF; }
span { border-color: rgb(21,63,175); }
td.TdClassName
{
border-color: #153FAF;
}
.TagClassName
{
border-color: #153FAF;
}
</style>