Shades of Egyptian Blue #1C31AD
Tints of Egyptian Blue #1C31AD
RGB
CMYK
RGB Variations
Color information
#1C31AD (or 0x1C31AD) is known color: Egyptian Blue. HEX triplet: 1C, 31 and AD. RGB value is (28,49,173). Sum of RGB (Red+Green+Blue) = 28+49+173=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C31AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C31AD is #E3CE52. Grayscale: #383838. Windows color (decimal): -14929491 or 11350300. OLE color: 11350300.
HSL color Cylindrical-coordinate representation of color #1C31AD: hue angle of 231.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C31AD is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 49 | 173 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.32 |
| HSL | 231.31º | 0.72% | 0.39% | - |
| HSV(B) | 231.31º | 0.84% | 0.68% | - |
| XYZ | 9.12 | 5.46 | 40.11 | - |
| YUV | 56.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 173 | 0.84 | 0.72 | 0 | 0.32 | 231.31 | 0.72 | 0.39 |
| Hex | 1C | 31 | AD | 54 | 48 | 0 | 20 | E7 | 48 | 27 |
| Octal | 34 | 61 | 255 | 124 | 110 | 0 | 40 | 347 | 110 | 47 |
| Binary | 11100 | 110001 | 10101101 | 1010100 | 1001000 | 0 | 100000 | 11100111 | 1001000 | 100111 |
Color Harmonies of #1C31AD
Complementary color
Monochromatic Colors of #1C31AD
Black with #1C31AD
Text Example
Text Example
White with #1C31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C31AD; }
p { color: rgb(28,49,173); }
H1.HeaderClassName
{
color: #1C31AD;
}
.AnyTagClassName
{
color: #1C31AD;
}
</style>
background-color css
<style>
a { background-color: #1C31AD; }
a { background-color: rgb(28,49,173); }
div.DivClassName
{
background-color: #1C31AD;
}
.BgClassName
{
background-color: #1C31AD;
}
</style>
border-color css
<style>
span { border-color: #1C31AD; }
span { border-color: rgb(28,49,173); }
td.TdClassName
{
border-color: #1C31AD;
}
.TagClassName
{
border-color: #1C31AD;
}
</style>