Shades of Orient #1C5573
Tints of Orient #1C5573
RGB
CMYK
RGB Variations
Color information
#1C5573 (or 0x1C5573) is known color: Orient. HEX triplet: 1C, 55 and 73. RGB value is (28,85,115). Sum of RGB (Red+Green+Blue) = 28+85+115=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5573 is #E3AA8C. Grayscale: #474747. Windows color (decimal): -14920333 or 7558428. OLE color: 7558428.
HSL color Cylindrical-coordinate representation of color #1C5573: hue angle of 200.69º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C5573 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 85 | 115 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.55 |
| HSL | 200.69º | 0.61% | 0.28% | - |
| HSV(B) | 200.69º | 0.76% | 0.45% | - |
| XYZ | 6.82 | 7.98 | 17.4 | - |
| YUV | 71.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 85 | 115 | 0.76 | 0.26 | 0 | 0.55 | 200.69 | 0.61 | 0.28 |
| Hex | 1C | 55 | 73 | 4C | 1A | 0 | 37 | C9 | 3D | 1C |
| Octal | 34 | 125 | 163 | 114 | 32 | 0 | 67 | 311 | 75 | 34 |
| Binary | 11100 | 1010101 | 1110011 | 1001100 | 11010 | 0 | 110111 | 11001001 | 111101 | 11100 |
Color Harmonies of #1C5573
Complementary color
Monochromatic Colors of #1C5573
Black with #1C5573
Text Example
Text Example
White with #1C5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5573; }
p { color: rgb(28,85,115); }
H1.HeaderClassName
{
color: #1C5573;
}
.AnyTagClassName
{
color: #1C5573;
}
</style>
background-color css
<style>
a { background-color: #1C5573; }
a { background-color: rgb(28,85,115); }
div.DivClassName
{
background-color: #1C5573;
}
.BgClassName
{
background-color: #1C5573;
}
</style>
border-color css
<style>
span { border-color: #1C5573; }
span { border-color: rgb(28,85,115); }
td.TdClassName
{
border-color: #1C5573;
}
.TagClassName
{
border-color: #1C5573;
}
</style>