Shades of Orient #1C577A
Tints of Orient #1C577A
RGB
CMYK
RGB Variations
Color information
#1C577A (or 0x1C577A) is known color: Orient. HEX triplet: 1C, 57 and 7A. RGB value is (28,87,122). Sum of RGB (Red+Green+Blue) = 28+87+122=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C577A is #E3A885. Grayscale: #494949. Windows color (decimal): -14919814 or 8017692. OLE color: 8017692.
HSL color Cylindrical-coordinate representation of color #1C577A: hue angle of 202.34º 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 #1C577A is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 87 | 122 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.52 |
| HSL | 202.34º | 0.63% | 0.29% | - |
| HSV(B) | 202.34º | 0.77% | 0.48% | - |
| XYZ | 7.4 | 8.47 | 19.66 | - |
| YUV | 73.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 87 | 122 | 0.77 | 0.29 | 0 | 0.52 | 202.34 | 0.63 | 0.29 |
| Hex | 1C | 57 | 7A | 4D | 1D | 0 | 34 | CA | 3F | 1D |
| Octal | 34 | 127 | 172 | 115 | 35 | 0 | 64 | 312 | 77 | 35 |
| Binary | 11100 | 1010111 | 1111010 | 1001101 | 11101 | 0 | 110100 | 11001010 | 111111 | 11101 |
Color Harmonies of #1C577A
Complementary color
Monochromatic Colors of #1C577A
Black with #1C577A
Text Example
Text Example
White with #1C577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C577A; }
p { color: rgb(28,87,122); }
H1.HeaderClassName
{
color: #1C577A;
}
.AnyTagClassName
{
color: #1C577A;
}
</style>
background-color css
<style>
a { background-color: #1C577A; }
a { background-color: rgb(28,87,122); }
div.DivClassName
{
background-color: #1C577A;
}
.BgClassName
{
background-color: #1C577A;
}
</style>
border-color css
<style>
span { border-color: #1C577A; }
span { border-color: rgb(28,87,122); }
td.TdClassName
{
border-color: #1C577A;
}
.TagClassName
{
border-color: #1C577A;
}
</style>