Shades of Orient #1C607A
Tints of Orient #1C607A
RGB
CMYK
RGB Variations
Color information
#1C607A (or 0x1C607A) is known color: Orient. HEX triplet: 1C, 60 and 7A. RGB value is (28,96,122). Sum of RGB (Red+Green+Blue) = 28+96+122=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C607A is #E39F85. Grayscale: #4E4E4E. Windows color (decimal): -14917510 or 8019996. OLE color: 8019996.
HSL color Cylindrical-coordinate representation of color #1C607A: hue angle of 196.6º 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 #1C607A is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 96 | 122 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.52 |
| HSL | 196.6º | 0.63% | 0.29% | - |
| HSV(B) | 196.6º | 0.77% | 0.48% | - |
| XYZ | 8.17 | 10.02 | 19.92 | - |
| YUV | 78.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 96 | 122 | 0.77 | 0.21 | 0 | 0.52 | 196.6 | 0.63 | 0.29 |
| Hex | 1C | 60 | 7A | 4D | 15 | 0 | 34 | C5 | 3F | 1D |
| Octal | 34 | 140 | 172 | 115 | 25 | 0 | 64 | 305 | 77 | 35 |
| Binary | 11100 | 1100000 | 1111010 | 1001101 | 10101 | 0 | 110100 | 11000101 | 111111 | 11101 |
Color Harmonies of #1C607A
Complementary color
Monochromatic Colors of #1C607A
Black with #1C607A
Text Example
Text Example
White with #1C607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C607A; }
p { color: rgb(28,96,122); }
H1.HeaderClassName
{
color: #1C607A;
}
.AnyTagClassName
{
color: #1C607A;
}
</style>
background-color css
<style>
a { background-color: #1C607A; }
a { background-color: rgb(28,96,122); }
div.DivClassName
{
background-color: #1C607A;
}
.BgClassName
{
background-color: #1C607A;
}
</style>
border-color css
<style>
span { border-color: #1C607A; }
span { border-color: rgb(28,96,122); }
td.TdClassName
{
border-color: #1C607A;
}
.TagClassName
{
border-color: #1C607A;
}
</style>