Shades of Orient #1C5275
Tints of Orient #1C5275
RGB
CMYK
RGB Variations
Color information
#1C5275 (or 0x1C5275) is known color: Orient. HEX triplet: 1C, 52 and 75. RGB value is (28,82,117). Sum of RGB (Red+Green+Blue) = 28+82+117=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C5275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5275 is #E3AD8A. Grayscale: #454545. Windows color (decimal): -14921099 or 7688732. OLE color: 7688732.
HSL color Cylindrical-coordinate representation of color #1C5275: hue angle of 203.6º 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 #1C5275 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 82 | 117 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.54 |
| HSL | 203.6º | 0.61% | 0.28% | - |
| HSV(B) | 203.6º | 0.76% | 0.46% | - |
| XYZ | 6.71 | 7.57 | 17.94 | - |
| YUV | 69.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 117 | 0.76 | 0.30 | 0 | 0.54 | 203.6 | 0.61 | 0.28 |
| Hex | 1C | 52 | 75 | 4C | 1E | 0 | 36 | CC | 3D | 1C |
| Octal | 34 | 122 | 165 | 114 | 36 | 0 | 66 | 314 | 75 | 34 |
| Binary | 11100 | 1010010 | 1110101 | 1001100 | 11110 | 0 | 110110 | 11001100 | 111101 | 11100 |
Color Harmonies of #1C5275
Complementary color
Monochromatic Colors of #1C5275
Black with #1C5275
Text Example
Text Example
White with #1C5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5275; }
p { color: rgb(28,82,117); }
H1.HeaderClassName
{
color: #1C5275;
}
.AnyTagClassName
{
color: #1C5275;
}
</style>
background-color css
<style>
a { background-color: #1C5275; }
a { background-color: rgb(28,82,117); }
div.DivClassName
{
background-color: #1C5275;
}
.BgClassName
{
background-color: #1C5275;
}
</style>
border-color css
<style>
span { border-color: #1C5275; }
span { border-color: rgb(28,82,117); }
td.TdClassName
{
border-color: #1C5275;
}
.TagClassName
{
border-color: #1C5275;
}
</style>