Shades of Egyptian Blue #153FA6
Tints of Egyptian Blue #153FA6
RGB
CMYK
RGB Variations
Color information
#153FA6 (or 0x153FA6) is known color: Egyptian Blue. HEX triplet: 15, 3F and A6. RGB value is (21,63,166). Sum of RGB (Red+Green+Blue) = 21+63+166=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 166 (65.23% from 255 or 66.4% from 250); Max value from RGB is 166 - color contains mainly: blue. Hex color #153FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FA6 is #EAC059. Grayscale: #3D3D3D. Windows color (decimal): -15384666 or 10895125. OLE color: 10895125.
HSL color Cylindrical-coordinate representation of color #153FA6: hue angle of 222.62º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153FA6 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 63 | 166 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.35 |
| HSL | 222.62º | 0.78% | 0.37% | - |
| HSV(B) | 222.62º | 0.87% | 0.65% | - |
| XYZ | 8.97 | 6.47 | 36.85 | - |
| YUV | 62.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 166 | 0.87 | 0.62 | 0 | 0.35 | 222.62 | 0.78 | 0.37 |
| Hex | 15 | 3F | A6 | 57 | 3E | 0 | 23 | DF | 4E | 25 |
| Octal | 25 | 77 | 246 | 127 | 76 | 0 | 43 | 337 | 116 | 45 |
| Binary | 10101 | 111111 | 10100110 | 1010111 | 111110 | 0 | 100011 | 11011111 | 1001110 | 100101 |
Color Harmonies of #153FA6
Complementary color
Monochromatic Colors of #153FA6
Black with #153FA6
Text Example
Text Example
White with #153FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FA6; }
p { color: rgb(21,63,166); }
H1.HeaderClassName
{
color: #153FA6;
}
.AnyTagClassName
{
color: #153FA6;
}
</style>
background-color css
<style>
a { background-color: #153FA6; }
a { background-color: rgb(21,63,166); }
div.DivClassName
{
background-color: #153FA6;
}
.BgClassName
{
background-color: #153FA6;
}
</style>
border-color css
<style>
span { border-color: #153FA6; }
span { border-color: rgb(21,63,166); }
td.TdClassName
{
border-color: #153FA6;
}
.TagClassName
{
border-color: #153FA6;
}
</style>