Shades of Egyptian Blue #153FA1
Tints of Egyptian Blue #153FA1
RGB
CMYK
RGB Variations
Color information
#153FA1 (or 0x153FA1) is known color: Egyptian Blue. HEX triplet: 15, 3F and A1. RGB value is (21,63,161). Sum of RGB (Red+Green+Blue) = 21+63+161=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 161 (63.28% from 255 or 65.71% from 245); Max value from RGB is 161 - color contains mainly: blue. Hex color #153FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FA1 is #EAC05E. Grayscale: #3D3D3D. Windows color (decimal): -15384671 or 10567445. OLE color: 10567445.
HSL color Cylindrical-coordinate representation of color #153FA1: hue angle of 222º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153FA1 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 63 | 161 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.37 |
| HSL | 222º | 0.77% | 0.36% | - |
| HSV(B) | 222º | 0.87% | 0.63% | - |
| XYZ | 8.52 | 6.29 | 34.48 | - |
| YUV | 61.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 161 | 0.87 | 0.61 | 0 | 0.37 | 222 | 0.77 | 0.36 |
| Hex | 15 | 3F | A1 | 57 | 3D | 0 | 25 | DE | 4D | 24 |
| Octal | 25 | 77 | 241 | 127 | 75 | 0 | 45 | 336 | 115 | 44 |
| Binary | 10101 | 111111 | 10100001 | 1010111 | 111101 | 0 | 100101 | 11011110 | 1001101 | 100100 |
Color Harmonies of #153FA1
Complementary color
Monochromatic Colors of #153FA1
Black with #153FA1
Text Example
Text Example
White with #153FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FA1; }
p { color: rgb(21,63,161); }
H1.HeaderClassName
{
color: #153FA1;
}
.AnyTagClassName
{
color: #153FA1;
}
</style>
background-color css
<style>
a { background-color: #153FA1; }
a { background-color: rgb(21,63,161); }
div.DivClassName
{
background-color: #153FA1;
}
.BgClassName
{
background-color: #153FA1;
}
</style>
border-color css
<style>
span { border-color: #153FA1; }
span { border-color: rgb(21,63,161); }
td.TdClassName
{
border-color: #153FA1;
}
.TagClassName
{
border-color: #153FA1;
}
</style>