Shades of Orient #1E5172
Tints of Orient #1E5172
RGB
CMYK
RGB Variations
Color information
#1E5172 (or 0x1E5172) is known color: Orient. HEX triplet: 1E, 51 and 72. RGB value is (30,81,114). Sum of RGB (Red+Green+Blue) = 30+81+114=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E5172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5172 is #E1AE8D. Grayscale: #454545. Windows color (decimal): -14790286 or 7491870. OLE color: 7491870.
HSL color Cylindrical-coordinate representation of color #1E5172: hue angle of 203.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E5172 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 81 | 114 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.55 |
| HSL | 203.57º | 0.58% | 0.28% | - |
| HSV(B) | 203.57º | 0.74% | 0.45% | - |
| XYZ | 6.52 | 7.38 | 17 | - |
| YUV | 69.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 114 | 0.74 | 0.29 | 0 | 0.55 | 203.57 | 0.58 | 0.28 |
| Hex | 1E | 51 | 72 | 4A | 1D | 0 | 37 | CC | 3A | 1C |
| Octal | 36 | 121 | 162 | 112 | 35 | 0 | 67 | 314 | 72 | 34 |
| Binary | 11110 | 1010001 | 1110010 | 1001010 | 11101 | 0 | 110111 | 11001100 | 111010 | 11100 |
Color Harmonies of #1E5172
Complementary color
Monochromatic Colors of #1E5172
Black with #1E5172
Text Example
Text Example
White with #1E5172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5172; }
p { color: rgb(30,81,114); }
H1.HeaderClassName
{
color: #1E5172;
}
.AnyTagClassName
{
color: #1E5172;
}
</style>
background-color css
<style>
a { background-color: #1E5172; }
a { background-color: rgb(30,81,114); }
div.DivClassName
{
background-color: #1E5172;
}
.BgClassName
{
background-color: #1E5172;
}
</style>
border-color css
<style>
span { border-color: #1E5172; }
span { border-color: rgb(30,81,114); }
td.TdClassName
{
border-color: #1E5172;
}
.TagClassName
{
border-color: #1E5172;
}
</style>