Shades of Orient #1C5975
Tints of Orient #1C5975
RGB
CMYK
RGB Variations
Color information
#1C5975 (or 0x1C5975) is known color: Orient. HEX triplet: 1C, 59 and 75. RGB value is (28,89,117). Sum of RGB (Red+Green+Blue) = 28+89+117=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C5975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5975 is #E3A68A. Grayscale: #494949. Windows color (decimal): -14919307 or 7690524. OLE color: 7690524.
HSL color Cylindrical-coordinate representation of color #1C5975: hue angle of 198.88º 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 #1C5975 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 89 | 117 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.54 |
| HSL | 198.88º | 0.61% | 0.28% | - |
| HSV(B) | 198.88º | 0.76% | 0.46% | - |
| XYZ | 7.26 | 8.68 | 18.12 | - |
| YUV | 73.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 89 | 117 | 0.76 | 0.24 | 0 | 0.54 | 198.88 | 0.61 | 0.28 |
| Hex | 1C | 59 | 75 | 4C | 18 | 0 | 36 | C7 | 3D | 1C |
| Octal | 34 | 131 | 165 | 114 | 30 | 0 | 66 | 307 | 75 | 34 |
| Binary | 11100 | 1011001 | 1110101 | 1001100 | 11000 | 0 | 110110 | 11000111 | 111101 | 11100 |
Color Harmonies of #1C5975
Complementary color
Monochromatic Colors of #1C5975
Black with #1C5975
Text Example
Text Example
White with #1C5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5975; }
p { color: rgb(28,89,117); }
H1.HeaderClassName
{
color: #1C5975;
}
.AnyTagClassName
{
color: #1C5975;
}
</style>
background-color css
<style>
a { background-color: #1C5975; }
a { background-color: rgb(28,89,117); }
div.DivClassName
{
background-color: #1C5975;
}
.BgClassName
{
background-color: #1C5975;
}
</style>
border-color css
<style>
span { border-color: #1C5975; }
span { border-color: rgb(28,89,117); }
td.TdClassName
{
border-color: #1C5975;
}
.TagClassName
{
border-color: #1C5975;
}
</style>