Shades of Orient #1C597A
Tints of Orient #1C597A
RGB
CMYK
RGB Variations
Color information
#1C597A (or 0x1C597A) is known color: Orient. HEX triplet: 1C, 59 and 7A. RGB value is (28,89,122). Sum of RGB (Red+Green+Blue) = 28+89+122=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C597A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C597A is #E3A685. Grayscale: #4A4A4A. Windows color (decimal): -14919302 or 8018204. OLE color: 8018204.
HSL color Cylindrical-coordinate representation of color #1C597A: hue angle of 201.06º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C597A is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 89 | 122 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.52 |
| HSL | 201.06º | 0.63% | 0.29% | - |
| HSV(B) | 201.06º | 0.77% | 0.48% | - |
| XYZ | 7.56 | 8.8 | 19.71 | - |
| YUV | 74.52 | 154.79 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 122 | 0.77 | 0.27 | 0 | 0.52 | 201.06 | 0.63 | 0.29 |
| Hex | 1C | 59 | 7A | 4D | 1B | 0 | 34 | C9 | 3F | 1D |
| Octal | 34 | 131 | 172 | 115 | 33 | 0 | 64 | 311 | 77 | 35 |
| Binary | 11100 | 1011001 | 1111010 | 1001101 | 11011 | 0 | 110100 | 11001001 | 111111 | 11101 |
Color Harmonies of #1C597A
Complementary color
Monochromatic Colors of #1C597A
Black with #1C597A
Text Example
Text Example
White with #1C597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C597A; }
p { color: rgb(28,89,122); }
H1.HeaderClassName
{
color: #1C597A;
}
.AnyTagClassName
{
color: #1C597A;
}
</style>
background-color css
<style>
a { background-color: #1C597A; }
a { background-color: rgb(28,89,122); }
div.DivClassName
{
background-color: #1C597A;
}
.BgClassName
{
background-color: #1C597A;
}
</style>
border-color css
<style>
span { border-color: #1C597A; }
span { border-color: rgb(28,89,122); }
td.TdClassName
{
border-color: #1C597A;
}
.TagClassName
{
border-color: #1C597A;
}
</style>