Shades of Egyptian Blue #153FA2
Tints of Egyptian Blue #153FA2
RGB
CMYK
RGB Variations
Color information
#153FA2 (or 0x153FA2) is known color: Egyptian Blue. HEX triplet: 15, 3F and A2. RGB value is (21,63,162). Sum of RGB (Red+Green+Blue) = 21+63+162=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 162 (63.67% from 255 or 65.85% from 246); Max value from RGB is 162 - color contains mainly: blue. Hex color #153FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FA2 is #EAC05D. Grayscale: #3D3D3D. Windows color (decimal): -15384670 or 10632981. OLE color: 10632981.
HSL color Cylindrical-coordinate representation of color #153FA2: hue angle of 222.13º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153FA2 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 63 | 162 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.36 |
| HSL | 222.13º | 0.77% | 0.36% | - |
| HSV(B) | 222.13º | 0.87% | 0.64% | - |
| XYZ | 8.61 | 6.32 | 34.95 | - |
| YUV | 61.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 162 | 0.87 | 0.61 | 0 | 0.36 | 222.13 | 0.77 | 0.36 |
| Hex | 15 | 3F | A2 | 57 | 3D | 0 | 24 | DE | 4D | 24 |
| Octal | 25 | 77 | 242 | 127 | 75 | 0 | 44 | 336 | 115 | 44 |
| Binary | 10101 | 111111 | 10100010 | 1010111 | 111101 | 0 | 100100 | 11011110 | 1001101 | 100100 |
Color Harmonies of #153FA2
Complementary color
Monochromatic Colors of #153FA2
Black with #153FA2
Text Example
Text Example
White with #153FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FA2; }
p { color: rgb(21,63,162); }
H1.HeaderClassName
{
color: #153FA2;
}
.AnyTagClassName
{
color: #153FA2;
}
</style>
background-color css
<style>
a { background-color: #153FA2; }
a { background-color: rgb(21,63,162); }
div.DivClassName
{
background-color: #153FA2;
}
.BgClassName
{
background-color: #153FA2;
}
</style>
border-color css
<style>
span { border-color: #153FA2; }
span { border-color: rgb(21,63,162); }
td.TdClassName
{
border-color: #153FA2;
}
.TagClassName
{
border-color: #153FA2;
}
</style>