Shades of Egyptian Blue #1433AC
Tints of Egyptian Blue #1433AC
RGB
CMYK
RGB Variations
Color information
#1433AC (or 0x1433AC) is known color: Egyptian Blue. HEX triplet: 14, 33 and AC. RGB value is (20,51,172). Sum of RGB (Red+Green+Blue) = 20+51+172=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #1433AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1433AC is #EBCC53. Grayscale: #373737. Windows color (decimal): -15453268 or 11285268. OLE color: 11285268.
HSL color Cylindrical-coordinate representation of color #1433AC: hue angle of 227.76º 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 #1433AC is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 51 | 172 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.33 |
| HSL | 227.76º | 0.79% | 0.38% | - |
| HSV(B) | 227.76º | 0.88% | 0.67% | - |
| XYZ | 8.92 | 5.49 | 39.62 | - |
| YUV | 55.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 172 | 0.88 | 0.70 | 0 | 0.33 | 227.76 | 0.79 | 0.38 |
| Hex | 14 | 33 | AC | 58 | 46 | 0 | 21 | E4 | 4F | 26 |
| Octal | 24 | 63 | 254 | 130 | 106 | 0 | 41 | 344 | 117 | 46 |
| Binary | 10100 | 110011 | 10101100 | 1011000 | 1000110 | 0 | 100001 | 11100100 | 1001111 | 100110 |
Color Harmonies of #1433AC
Complementary color
Monochromatic Colors of #1433AC
Black with #1433AC
Text Example
Text Example
White with #1433AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1433AC; }
p { color: rgb(20,51,172); }
H1.HeaderClassName
{
color: #1433AC;
}
.AnyTagClassName
{
color: #1433AC;
}
</style>
background-color css
<style>
a { background-color: #1433AC; }
a { background-color: rgb(20,51,172); }
div.DivClassName
{
background-color: #1433AC;
}
.BgClassName
{
background-color: #1433AC;
}
</style>
border-color css
<style>
span { border-color: #1433AC; }
span { border-color: rgb(20,51,172); }
td.TdClassName
{
border-color: #1433AC;
}
.TagClassName
{
border-color: #1433AC;
}
</style>