Shades of Orient #1C5B6C
Tints of Orient #1C5B6C
RGB
CMYK
RGB Variations
Color information
#1C5B6C (or 0x1C5B6C) is known color: Orient. HEX triplet: 1C, 5B and 6C. RGB value is (28,91,108). Sum of RGB (Red+Green+Blue) = 28+91+108=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C5B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5B6C is #E3A493. Grayscale: #494949. Windows color (decimal): -14918804 or 7101212. OLE color: 7101212.
HSL color Cylindrical-coordinate representation of color #1C5B6C: hue angle of 192.75º 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 #1C5B6C is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 91 | 108 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.58 |
| HSL | 192.75º | 0.59% | 0.27% | - |
| HSV(B) | 192.75º | 0.74% | 0.42% | - |
| XYZ | 6.93 | 8.81 | 15.52 | - |
| YUV | 74.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 91 | 108 | 0.74 | 0.16 | 0 | 0.58 | 192.75 | 0.59 | 0.27 |
| Hex | 1C | 5B | 6C | 4A | 10 | 0 | 3A | C1 | 3B | 1B |
| Octal | 34 | 133 | 154 | 112 | 20 | 0 | 72 | 301 | 73 | 33 |
| Binary | 11100 | 1011011 | 1101100 | 1001010 | 10000 | 0 | 111010 | 11000001 | 111011 | 11011 |
Color Harmonies of #1C5B6C
Complementary color
Monochromatic Colors of #1C5B6C
Black with #1C5B6C
Text Example
Text Example
White with #1C5B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5B6C; }
p { color: rgb(28,91,108); }
H1.HeaderClassName
{
color: #1C5B6C;
}
.AnyTagClassName
{
color: #1C5B6C;
}
</style>
background-color css
<style>
a { background-color: #1C5B6C; }
a { background-color: rgb(28,91,108); }
div.DivClassName
{
background-color: #1C5B6C;
}
.BgClassName
{
background-color: #1C5B6C;
}
</style>
border-color css
<style>
span { border-color: #1C5B6C; }
span { border-color: rgb(28,91,108); }
td.TdClassName
{
border-color: #1C5B6C;
}
.TagClassName
{
border-color: #1C5B6C;
}
</style>