Shades of Orient #1C5876
Tints of Orient #1C5876
RGB
CMYK
RGB Variations
Color information
#1C5876 (or 0x1C5876) is known color: Orient. HEX triplet: 1C, 58 and 76. RGB value is (28,88,118). Sum of RGB (Red+Green+Blue) = 28+88+118=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C5876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5876 is #E3A789. Grayscale: #494949. Windows color (decimal): -14919562 or 7755804. OLE color: 7755804.
HSL color Cylindrical-coordinate representation of color #1C5876: hue angle of 200º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C5876 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 88 | 118 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.54 |
| HSL | 200º | 0.62% | 0.29% | - |
| HSV(B) | 200º | 0.76% | 0.46% | - |
| XYZ | 7.24 | 8.53 | 18.41 | - |
| YUV | 73.48 | 153.12 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 118 | 0.76 | 0.25 | 0 | 0.54 | 200 | 0.62 | 0.29 |
| Hex | 1C | 58 | 76 | 4C | 19 | 0 | 36 | C8 | 3E | 1D |
| Octal | 34 | 130 | 166 | 114 | 31 | 0 | 66 | 310 | 76 | 35 |
| Binary | 11100 | 1011000 | 1110110 | 1001100 | 11001 | 0 | 110110 | 11001000 | 111110 | 11101 |
Color Harmonies of #1C5876
Complementary color
Monochromatic Colors of #1C5876
Black with #1C5876
Text Example
Text Example
White with #1C5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5876; }
p { color: rgb(28,88,118); }
H1.HeaderClassName
{
color: #1C5876;
}
.AnyTagClassName
{
color: #1C5876;
}
</style>
background-color css
<style>
a { background-color: #1C5876; }
a { background-color: rgb(28,88,118); }
div.DivClassName
{
background-color: #1C5876;
}
.BgClassName
{
background-color: #1C5876;
}
</style>
border-color css
<style>
span { border-color: #1C5876; }
span { border-color: rgb(28,88,118); }
td.TdClassName
{
border-color: #1C5876;
}
.TagClassName
{
border-color: #1C5876;
}
</style>