Shades of Orient #1C597C
Tints of Orient #1C597C
RGB
CMYK
RGB Variations
Color information
#1C597C (or 0x1C597C) is known color: Orient. HEX triplet: 1C, 59 and 7C. RGB value is (28,89,124). Sum of RGB (Red+Green+Blue) = 28+89+124=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C597C is #E3A683. Grayscale: #4A4A4A. Windows color (decimal): -14919300 or 8149276. OLE color: 8149276.
HSL color Cylindrical-coordinate representation of color #1C597C: hue angle of 201.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C597C is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 89 | 124 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.51 |
| HSL | 201.88º | 0.63% | 0.3% | - |
| HSV(B) | 201.88º | 0.77% | 0.49% | - |
| XYZ | 7.69 | 8.85 | 20.37 | - |
| YUV | 74.75 | 155.79 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 124 | 0.77 | 0.28 | 0 | 0.51 | 201.88 | 0.63 | 0.3 |
| Hex | 1C | 59 | 7C | 4D | 1C | 0 | 33 | CA | 3F | 1E |
| Octal | 34 | 131 | 174 | 115 | 34 | 0 | 63 | 312 | 77 | 36 |
| Binary | 11100 | 1011001 | 1111100 | 1001101 | 11100 | 0 | 110011 | 11001010 | 111111 | 11110 |
Color Harmonies of #1C597C
Complementary color
Monochromatic Colors of #1C597C
Black with #1C597C
Text Example
Text Example
White with #1C597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C597C; }
p { color: rgb(28,89,124); }
H1.HeaderClassName
{
color: #1C597C;
}
.AnyTagClassName
{
color: #1C597C;
}
</style>
background-color css
<style>
a { background-color: #1C597C; }
a { background-color: rgb(28,89,124); }
div.DivClassName
{
background-color: #1C597C;
}
.BgClassName
{
background-color: #1C597C;
}
</style>
border-color css
<style>
span { border-color: #1C597C; }
span { border-color: rgb(28,89,124); }
td.TdClassName
{
border-color: #1C597C;
}
.TagClassName
{
border-color: #1C597C;
}
</style>