Shades of Orient #1E516F
Tints of Orient #1E516F
RGB
CMYK
RGB Variations
Color information
#1E516F (or 0x1E516F) is known color: Orient. HEX triplet: 1E, 51 and 6F. RGB value is (30,81,111). Sum of RGB (Red+Green+Blue) = 30+81+111=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E516F is #E1AE90. Grayscale: #454545. Windows color (decimal): -14790289 or 7295262. OLE color: 7295262.
HSL color Cylindrical-coordinate representation of color #1E516F: hue angle of 202.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E516F is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 81 | 111 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.56 |
| HSL | 202.22º | 0.57% | 0.28% | - |
| HSV(B) | 202.22º | 0.73% | 0.44% | - |
| XYZ | 6.35 | 7.31 | 16.12 | - |
| YUV | 69.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 111 | 0.73 | 0.27 | 0 | 0.56 | 202.22 | 0.57 | 0.28 |
| Hex | 1E | 51 | 6F | 49 | 1B | 0 | 38 | CA | 39 | 1C |
| Octal | 36 | 121 | 157 | 111 | 33 | 0 | 70 | 312 | 71 | 34 |
| Binary | 11110 | 1010001 | 1101111 | 1001001 | 11011 | 0 | 111000 | 11001010 | 111001 | 11100 |
Color Harmonies of #1E516F
Complementary color
Monochromatic Colors of #1E516F
Black with #1E516F
Text Example
Text Example
White with #1E516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E516F; }
p { color: rgb(30,81,111); }
H1.HeaderClassName
{
color: #1E516F;
}
.AnyTagClassName
{
color: #1E516F;
}
</style>
background-color css
<style>
a { background-color: #1E516F; }
a { background-color: rgb(30,81,111); }
div.DivClassName
{
background-color: #1E516F;
}
.BgClassName
{
background-color: #1E516F;
}
</style>
border-color css
<style>
span { border-color: #1E516F; }
span { border-color: rgb(30,81,111); }
td.TdClassName
{
border-color: #1E516F;
}
.TagClassName
{
border-color: #1E516F;
}
</style>