Shades of Egyptian Blue #1C3F93
Tints of Egyptian Blue #1C3F93
RGB
CMYK
RGB Variations
Color information
#1C3F93 (or 0x1C3F93) is known color: Egyptian Blue. HEX triplet: 1C, 3F and 93. RGB value is (28,63,147). Sum of RGB (Red+Green+Blue) = 28+63+147=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #1C3F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3F93 is #E3C06C. Grayscale: #3D3D3D. Windows color (decimal): -14925933 or 9649948. OLE color: 9649948.
HSL color Cylindrical-coordinate representation of color #1C3F93: hue angle of 222.35º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C3F93 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 63 | 147 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.42 |
| HSL | 222.35º | 0.68% | 0.34% | - |
| HSV(B) | 222.35º | 0.81% | 0.58% | - |
| XYZ | 7.52 | 5.91 | 28.35 | - |
| YUV | 62.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 63 | 147 | 0.81 | 0.57 | 0 | 0.42 | 222.35 | 0.68 | 0.34 |
| Hex | 1C | 3F | 93 | 51 | 39 | 0 | 2A | DE | 44 | 22 |
| Octal | 34 | 77 | 223 | 121 | 71 | 0 | 52 | 336 | 104 | 42 |
| Binary | 11100 | 111111 | 10010011 | 1010001 | 111001 | 0 | 101010 | 11011110 | 1000100 | 100010 |
Color Harmonies of #1C3F93
Complementary color
Monochromatic Colors of #1C3F93
Black with #1C3F93
Text Example
Text Example
White with #1C3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3F93; }
p { color: rgb(28,63,147); }
H1.HeaderClassName
{
color: #1C3F93;
}
.AnyTagClassName
{
color: #1C3F93;
}
</style>
background-color css
<style>
a { background-color: #1C3F93; }
a { background-color: rgb(28,63,147); }
div.DivClassName
{
background-color: #1C3F93;
}
.BgClassName
{
background-color: #1C3F93;
}
</style>
border-color css
<style>
span { border-color: #1C3F93; }
span { border-color: rgb(28,63,147); }
td.TdClassName
{
border-color: #1C3F93;
}
.TagClassName
{
border-color: #1C3F93;
}
</style>