Shades of Orient #1C4C71
Tints of Orient #1C4C71
RGB
CMYK
RGB Variations
Color information
#1C4C71 (or 0x1C4C71) is known color: Orient. HEX triplet: 1C, 4C and 71. RGB value is (28,76,113). Sum of RGB (Red+Green+Blue) = 28+76+113=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C4C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4C71 is #E3B38E. Grayscale: #414141. Windows color (decimal): -14922639 or 7425052. OLE color: 7425052.
HSL color Cylindrical-coordinate representation of color #1C4C71: hue angle of 206.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C4C71 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 76 | 113 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.56 |
| HSL | 206.12º | 0.6% | 0.28% | - |
| HSV(B) | 206.12º | 0.75% | 0.44% | - |
| XYZ | 6.04 | 6.61 | 16.58 | - |
| YUV | 65.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 113 | 0.75 | 0.33 | 0 | 0.56 | 206.12 | 0.6 | 0.28 |
| Hex | 1C | 4C | 71 | 4B | 21 | 0 | 38 | CE | 3C | 1C |
| Octal | 34 | 114 | 161 | 113 | 41 | 0 | 70 | 316 | 74 | 34 |
| Binary | 11100 | 1001100 | 1110001 | 1001011 | 100001 | 0 | 111000 | 11001110 | 111100 | 11100 |
Color Harmonies of #1C4C71
Complementary color
Monochromatic Colors of #1C4C71
Black with #1C4C71
Text Example
Text Example
White with #1C4C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C71; }
p { color: rgb(28,76,113); }
H1.HeaderClassName
{
color: #1C4C71;
}
.AnyTagClassName
{
color: #1C4C71;
}
</style>
background-color css
<style>
a { background-color: #1C4C71; }
a { background-color: rgb(28,76,113); }
div.DivClassName
{
background-color: #1C4C71;
}
.BgClassName
{
background-color: #1C4C71;
}
</style>
border-color css
<style>
span { border-color: #1C4C71; }
span { border-color: rgb(28,76,113); }
td.TdClassName
{
border-color: #1C4C71;
}
.TagClassName
{
border-color: #1C4C71;
}
</style>