Shades of Egyptian Blue #1423A8
Tints of Egyptian Blue #1423A8
RGB
CMYK
RGB Variations
Color information
#1423A8 (or 0x1423A8) is known color: Egyptian Blue. HEX triplet: 14, 23 and A8. RGB value is (20,35,168). Sum of RGB (Red+Green+Blue) = 20+35+168=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 168 (66.02% from 255 or 75.34% from 223); Max value from RGB is 168 - color contains mainly: blue. Hex color #1423A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1423A8 is #EBDC57. Grayscale: #2D2D2D. Windows color (decimal): -15457368 or 11019028. OLE color: 11019028.
HSL color Cylindrical-coordinate representation of color #1423A8: hue angle of 233.92º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1423A8 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 35 | 168 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.34 |
| HSL | 233.92º | 0.79% | 0.37% | - |
| HSV(B) | 233.92º | 0.88% | 0.66% | - |
| XYZ | 7.96 | 4.18 | 37.43 | - |
| YUV | 45.68 | 197.03 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 168 | 0.88 | 0.79 | 0 | 0.34 | 233.92 | 0.79 | 0.37 |
| Hex | 14 | 23 | A8 | 58 | 4F | 0 | 22 | EA | 4F | 25 |
| Octal | 24 | 43 | 250 | 130 | 117 | 0 | 42 | 352 | 117 | 45 |
| Binary | 10100 | 100011 | 10101000 | 1011000 | 1001111 | 0 | 100010 | 11101010 | 1001111 | 100101 |
Color Harmonies of #1423A8
Complementary color
Monochromatic Colors of #1423A8
Black with #1423A8
Text Example
Text Example
White with #1423A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1423A8; }
p { color: rgb(20,35,168); }
H1.HeaderClassName
{
color: #1423A8;
}
.AnyTagClassName
{
color: #1423A8;
}
</style>
background-color css
<style>
a { background-color: #1423A8; }
a { background-color: rgb(20,35,168); }
div.DivClassName
{
background-color: #1423A8;
}
.BgClassName
{
background-color: #1423A8;
}
</style>
border-color css
<style>
span { border-color: #1423A8; }
span { border-color: rgb(20,35,168); }
td.TdClassName
{
border-color: #1423A8;
}
.TagClassName
{
border-color: #1423A8;
}
</style>