Shades of Egyptian Blue #1423AC
Tints of Egyptian Blue #1423AC
RGB
CMYK
RGB Variations
Color information
#1423AC (or 0x1423AC) is known color: Egyptian Blue. HEX triplet: 14, 23 and AC. RGB value is (20,35,172). Sum of RGB (Red+Green+Blue) = 20+35+172=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #1423AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1423AC is #EBDC53. Grayscale: #2D2D2D. Windows color (decimal): -15457364 or 11281172. OLE color: 11281172.
HSL color Cylindrical-coordinate representation of color #1423AC: hue angle of 234.08º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1423AC is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 35 | 172 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.33 |
| HSL | 234.08º | 0.79% | 0.38% | - |
| HSV(B) | 234.08º | 0.88% | 0.67% | - |
| XYZ | 8.34 | 4.33 | 39.43 | - |
| YUV | 46.13 | 199.03 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 172 | 0.88 | 0.80 | 0 | 0.33 | 234.08 | 0.79 | 0.38 |
| Hex | 14 | 23 | AC | 58 | 50 | 0 | 21 | EA | 4F | 26 |
| Octal | 24 | 43 | 254 | 130 | 120 | 0 | 41 | 352 | 117 | 46 |
| Binary | 10100 | 100011 | 10101100 | 1011000 | 1010000 | 0 | 100001 | 11101010 | 1001111 | 100110 |
Color Harmonies of #1423AC
Complementary color
Monochromatic Colors of #1423AC
Black with #1423AC
Text Example
Text Example
White with #1423AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1423AC; }
p { color: rgb(20,35,172); }
H1.HeaderClassName
{
color: #1423AC;
}
.AnyTagClassName
{
color: #1423AC;
}
</style>
background-color css
<style>
a { background-color: #1423AC; }
a { background-color: rgb(20,35,172); }
div.DivClassName
{
background-color: #1423AC;
}
.BgClassName
{
background-color: #1423AC;
}
</style>
border-color css
<style>
span { border-color: #1423AC; }
span { border-color: rgb(20,35,172); }
td.TdClassName
{
border-color: #1423AC;
}
.TagClassName
{
border-color: #1423AC;
}
</style>