Shades of Orient #1C586C
Tints of Orient #1C586C
RGB
CMYK
RGB Variations
Color information
#1C586C (or 0x1C586C) is known color: Orient. HEX triplet: 1C, 58 and 6C. RGB value is (28,88,108). Sum of RGB (Red+Green+Blue) = 28+88+108=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C586C is #E3A793. Grayscale: #484848. Windows color (decimal): -14919572 or 7100444. OLE color: 7100444.
HSL color Cylindrical-coordinate representation of color #1C586C: hue angle of 195º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C586C is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 88 | 108 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.58 |
| HSL | 195º | 0.59% | 0.27% | - |
| HSV(B) | 195º | 0.74% | 0.42% | - |
| XYZ | 6.68 | 8.31 | 15.44 | - |
| YUV | 72.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 108 | 0.74 | 0.19 | 0 | 0.58 | 195 | 0.59 | 0.27 |
| Hex | 1C | 58 | 6C | 4A | 13 | 0 | 3A | C3 | 3B | 1B |
| Octal | 34 | 130 | 154 | 112 | 23 | 0 | 72 | 303 | 73 | 33 |
| Binary | 11100 | 1011000 | 1101100 | 1001010 | 10011 | 0 | 111010 | 11000011 | 111011 | 11011 |
Color Harmonies of #1C586C
Complementary color
Monochromatic Colors of #1C586C
Black with #1C586C
Text Example
Text Example
White with #1C586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C586C; }
p { color: rgb(28,88,108); }
H1.HeaderClassName
{
color: #1C586C;
}
.AnyTagClassName
{
color: #1C586C;
}
</style>
background-color css
<style>
a { background-color: #1C586C; }
a { background-color: rgb(28,88,108); }
div.DivClassName
{
background-color: #1C586C;
}
.BgClassName
{
background-color: #1C586C;
}
</style>
border-color css
<style>
span { border-color: #1C586C; }
span { border-color: rgb(28,88,108); }
td.TdClassName
{
border-color: #1C586C;
}
.TagClassName
{
border-color: #1C586C;
}
</style>