Shades of Orient #1C5173
Tints of Orient #1C5173
RGB
CMYK
RGB Variations
Color information
#1C5173 (or 0x1C5173) is known color: Orient. HEX triplet: 1C, 51 and 73. RGB value is (28,81,115). Sum of RGB (Red+Green+Blue) = 28+81+115=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C5173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5173 is #E3AE8C. Grayscale: #444444. Windows color (decimal): -14921357 or 7557404. OLE color: 7557404.
HSL color Cylindrical-coordinate representation of color #1C5173: hue angle of 203.45º 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 #1C5173 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 81 | 115 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.55 |
| HSL | 203.45º | 0.61% | 0.28% | - |
| HSV(B) | 203.45º | 0.76% | 0.45% | - |
| XYZ | 6.52 | 7.37 | 17.3 | - |
| YUV | 69.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 115 | 0.76 | 0.30 | 0 | 0.55 | 203.45 | 0.61 | 0.28 |
| Hex | 1C | 51 | 73 | 4C | 1E | 0 | 37 | CB | 3D | 1C |
| Octal | 34 | 121 | 163 | 114 | 36 | 0 | 67 | 313 | 75 | 34 |
| Binary | 11100 | 1010001 | 1110011 | 1001100 | 11110 | 0 | 110111 | 11001011 | 111101 | 11100 |
Color Harmonies of #1C5173
Complementary color
Monochromatic Colors of #1C5173
Black with #1C5173
Text Example
Text Example
White with #1C5173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5173; }
p { color: rgb(28,81,115); }
H1.HeaderClassName
{
color: #1C5173;
}
.AnyTagClassName
{
color: #1C5173;
}
</style>
background-color css
<style>
a { background-color: #1C5173; }
a { background-color: rgb(28,81,115); }
div.DivClassName
{
background-color: #1C5173;
}
.BgClassName
{
background-color: #1C5173;
}
</style>
border-color css
<style>
span { border-color: #1C5173; }
span { border-color: rgb(28,81,115); }
td.TdClassName
{
border-color: #1C5173;
}
.TagClassName
{
border-color: #1C5173;
}
</style>