Shades of Egyptian Blue #1C2F9D
Tints of Egyptian Blue #1C2F9D
RGB
CMYK
RGB Variations
Color information
#1C2F9D (or 0x1C2F9D) is known color: Egyptian Blue. HEX triplet: 1C, 2F and 9D. RGB value is (28,47,157). Sum of RGB (Red+Green+Blue) = 28+47+157=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C2F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2F9D is #E3D062. Grayscale: #353535. Windows color (decimal): -14930019 or 10301212. OLE color: 10301212.
HSL color Cylindrical-coordinate representation of color #1C2F9D: hue angle of 231.16º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C2F9D is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 47 | 157 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.38 |
| HSL | 231.16º | 0.7% | 0.36% | - |
| HSV(B) | 231.16º | 0.82% | 0.62% | - |
| XYZ | 7.58 | 4.71 | 32.41 | - |
| YUV | 53.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 157 | 0.82 | 0.70 | 0 | 0.38 | 231.16 | 0.7 | 0.36 |
| Hex | 1C | 2F | 9D | 52 | 46 | 0 | 26 | E7 | 46 | 24 |
| Octal | 34 | 57 | 235 | 122 | 106 | 0 | 46 | 347 | 106 | 44 |
| Binary | 11100 | 101111 | 10011101 | 1010010 | 1000110 | 0 | 100110 | 11100111 | 1000110 | 100100 |
Color Harmonies of #1C2F9D
Complementary color
Monochromatic Colors of #1C2F9D
Black with #1C2F9D
Text Example
Text Example
White with #1C2F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2F9D; }
p { color: rgb(28,47,157); }
H1.HeaderClassName
{
color: #1C2F9D;
}
.AnyTagClassName
{
color: #1C2F9D;
}
</style>
background-color css
<style>
a { background-color: #1C2F9D; }
a { background-color: rgb(28,47,157); }
div.DivClassName
{
background-color: #1C2F9D;
}
.BgClassName
{
background-color: #1C2F9D;
}
</style>
border-color css
<style>
span { border-color: #1C2F9D; }
span { border-color: rgb(28,47,157); }
td.TdClassName
{
border-color: #1C2F9D;
}
.TagClassName
{
border-color: #1C2F9D;
}
</style>