Shades of Orient #1C5875
Tints of Orient #1C5875
RGB
CMYK
RGB Variations
Color information
#1C5875 (or 0x1C5875) is known color: Orient. HEX triplet: 1C, 58 and 75. RGB value is (28,88,117). Sum of RGB (Red+Green+Blue) = 28+88+117=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C5875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5875 is #E3A78A. Grayscale: #494949. Windows color (decimal): -14919563 or 7690268. OLE color: 7690268.
HSL color Cylindrical-coordinate representation of color #1C5875: hue angle of 199.55º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C5875 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 88 | 117 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.54 |
| HSL | 199.55º | 0.61% | 0.28% | - |
| HSV(B) | 199.55º | 0.76% | 0.46% | - |
| XYZ | 7.18 | 8.51 | 18.09 | - |
| YUV | 73.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 117 | 0.76 | 0.25 | 0 | 0.54 | 199.55 | 0.61 | 0.28 |
| Hex | 1C | 58 | 75 | 4C | 19 | 0 | 36 | C8 | 3D | 1C |
| Octal | 34 | 130 | 165 | 114 | 31 | 0 | 66 | 310 | 75 | 34 |
| Binary | 11100 | 1011000 | 1110101 | 1001100 | 11001 | 0 | 110110 | 11001000 | 111101 | 11100 |
Color Harmonies of #1C5875
Complementary color
Monochromatic Colors of #1C5875
Black with #1C5875
Text Example
Text Example
White with #1C5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5875; }
p { color: rgb(28,88,117); }
H1.HeaderClassName
{
color: #1C5875;
}
.AnyTagClassName
{
color: #1C5875;
}
</style>
background-color css
<style>
a { background-color: #1C5875; }
a { background-color: rgb(28,88,117); }
div.DivClassName
{
background-color: #1C5875;
}
.BgClassName
{
background-color: #1C5875;
}
</style>
border-color css
<style>
span { border-color: #1C5875; }
span { border-color: rgb(28,88,117); }
td.TdClassName
{
border-color: #1C5875;
}
.TagClassName
{
border-color: #1C5875;
}
</style>