Shades of Orient #1C526B
Tints of Orient #1C526B
RGB
CMYK
RGB Variations
Color information
#1C526B (or 0x1C526B) is known color: Orient. HEX triplet: 1C, 52 and 6B. RGB value is (28,82,107). Sum of RGB (Red+Green+Blue) = 28+82+107=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C526B is #E3AD94. Grayscale: #444444. Windows color (decimal): -14921109 or 7033372. OLE color: 7033372.
HSL color Cylindrical-coordinate representation of color #1C526B: hue angle of 198.99º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C526B is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 82 | 107 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.58 |
| HSL | 198.99º | 0.59% | 0.26% | - |
| HSV(B) | 198.99º | 0.74% | 0.42% | - |
| XYZ | 6.15 | 7.34 | 15 | - |
| YUV | 68.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 82 | 107 | 0.74 | 0.23 | 0 | 0.58 | 198.99 | 0.59 | 0.26 |
| Hex | 1C | 52 | 6B | 4A | 17 | 0 | 3A | C7 | 3B | 1A |
| Octal | 34 | 122 | 153 | 112 | 27 | 0 | 72 | 307 | 73 | 32 |
| Binary | 11100 | 1010010 | 1101011 | 1001010 | 10111 | 0 | 111010 | 11000111 | 111011 | 11010 |
Color Harmonies of #1C526B
Complementary color
Monochromatic Colors of #1C526B
Black with #1C526B
Text Example
Text Example
White with #1C526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C526B; }
p { color: rgb(28,82,107); }
H1.HeaderClassName
{
color: #1C526B;
}
.AnyTagClassName
{
color: #1C526B;
}
</style>
background-color css
<style>
a { background-color: #1C526B; }
a { background-color: rgb(28,82,107); }
div.DivClassName
{
background-color: #1C526B;
}
.BgClassName
{
background-color: #1C526B;
}
</style>
border-color css
<style>
span { border-color: #1C526B; }
span { border-color: rgb(28,82,107); }
td.TdClassName
{
border-color: #1C526B;
}
.TagClassName
{
border-color: #1C526B;
}
</style>