Shades of Orient #1C4E70
Tints of Orient #1C4E70
RGB
CMYK
RGB Variations
Color information
#1C4E70 (or 0x1C4E70) is known color: Orient. HEX triplet: 1C, 4E and 70. RGB value is (28,78,112). Sum of RGB (Red+Green+Blue) = 28+78+112=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4E70 is #E3B18F. Grayscale: #424242. Windows color (decimal): -14922128 or 7360028. OLE color: 7360028.
HSL color Cylindrical-coordinate representation of color #1C4E70: hue angle of 204.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C4E70 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 78 | 112 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.56 |
| HSL | 204.29º | 0.6% | 0.27% | - |
| HSV(B) | 204.29º | 0.75% | 0.44% | - |
| XYZ | 6.13 | 6.87 | 16.33 | - |
| YUV | 66.93 | 153.44 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 78 | 112 | 0.75 | 0.30 | 0 | 0.56 | 204.29 | 0.6 | 0.27 |
| Hex | 1C | 4E | 70 | 4B | 1E | 0 | 38 | CC | 3C | 1B |
| Octal | 34 | 116 | 160 | 113 | 36 | 0 | 70 | 314 | 74 | 33 |
| Binary | 11100 | 1001110 | 1110000 | 1001011 | 11110 | 0 | 111000 | 11001100 | 111100 | 11011 |
Color Harmonies of #1C4E70
Complementary color
Monochromatic Colors of #1C4E70
Black with #1C4E70
Text Example
Text Example
White with #1C4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4E70; }
p { color: rgb(28,78,112); }
H1.HeaderClassName
{
color: #1C4E70;
}
.AnyTagClassName
{
color: #1C4E70;
}
</style>
background-color css
<style>
a { background-color: #1C4E70; }
a { background-color: rgb(28,78,112); }
div.DivClassName
{
background-color: #1C4E70;
}
.BgClassName
{
background-color: #1C4E70;
}
</style>
border-color css
<style>
span { border-color: #1C4E70; }
span { border-color: rgb(28,78,112); }
td.TdClassName
{
border-color: #1C4E70;
}
.TagClassName
{
border-color: #1C4E70;
}
</style>