Shades of Egyptian Blue #1C38AA
Tints of Egyptian Blue #1C38AA
RGB
CMYK
RGB Variations
Color information
#1C38AA (or 0x1C38AA) is known color: Egyptian Blue. HEX triplet: 1C, 38 and AA. RGB value is (28,56,170). Sum of RGB (Red+Green+Blue) = 28+56+170=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C38AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C38AA is #E3C755. Grayscale: #3C3C3C. Windows color (decimal): -14927702 or 11155484. OLE color: 11155484.
HSL color Cylindrical-coordinate representation of color #1C38AA: hue angle of 228.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C38AA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 56 | 170 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.33 |
| HSL | 228.17º | 0.72% | 0.39% | - |
| HSV(B) | 228.17º | 0.84% | 0.67% | - |
| XYZ | 9.15 | 5.98 | 38.7 | - |
| YUV | 60.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 170 | 0.84 | 0.67 | 0 | 0.33 | 228.17 | 0.72 | 0.39 |
| Hex | 1C | 38 | AA | 54 | 43 | 0 | 21 | E4 | 48 | 27 |
| Octal | 34 | 70 | 252 | 124 | 103 | 0 | 41 | 344 | 110 | 47 |
| Binary | 11100 | 111000 | 10101010 | 1010100 | 1000011 | 0 | 100001 | 11100100 | 1001000 | 100111 |
Color Harmonies of #1C38AA
Complementary color
Monochromatic Colors of #1C38AA
Black with #1C38AA
Text Example
Text Example
White with #1C38AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C38AA; }
p { color: rgb(28,56,170); }
H1.HeaderClassName
{
color: #1C38AA;
}
.AnyTagClassName
{
color: #1C38AA;
}
</style>
background-color css
<style>
a { background-color: #1C38AA; }
a { background-color: rgb(28,56,170); }
div.DivClassName
{
background-color: #1C38AA;
}
.BgClassName
{
background-color: #1C38AA;
}
</style>
border-color css
<style>
span { border-color: #1C38AA; }
span { border-color: rgb(28,56,170); }
td.TdClassName
{
border-color: #1C38AA;
}
.TagClassName
{
border-color: #1C38AA;
}
</style>