Shades of Orient #1F5E75
Tints of Orient #1F5E75
RGB
CMYK
RGB Variations
Color information
#1F5E75 (or 0x1F5E75) is known color: Orient. HEX triplet: 1F, 5E and 75. RGB value is (31,94,117). Sum of RGB (Red+Green+Blue) = 31+94+117=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F5E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5E75 is #E0A18A. Grayscale: #4D4D4D. Windows color (decimal): -14721419 or 7691807. OLE color: 7691807.
HSL color Cylindrical-coordinate representation of color #1F5E75: hue angle of 196.05º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5E75 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 94 | 117 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.54 |
| HSL | 196.05º | 0.58% | 0.29% | - |
| HSV(B) | 196.05º | 0.74% | 0.46% | - |
| XYZ | 7.78 | 9.58 | 18.27 | - |
| YUV | 77.79 | 150.13 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 117 | 0.74 | 0.20 | 0 | 0.54 | 196.05 | 0.58 | 0.29 |
| Hex | 1F | 5E | 75 | 4A | 14 | 0 | 36 | C4 | 3A | 1D |
| Octal | 37 | 136 | 165 | 112 | 24 | 0 | 66 | 304 | 72 | 35 |
| Binary | 11111 | 1011110 | 1110101 | 1001010 | 10100 | 0 | 110110 | 11000100 | 111010 | 11101 |
Color Harmonies of #1F5E75
Complementary color
Monochromatic Colors of #1F5E75
Black with #1F5E75
Text Example
Text Example
White with #1F5E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E75; }
p { color: rgb(31,94,117); }
H1.HeaderClassName
{
color: #1F5E75;
}
.AnyTagClassName
{
color: #1F5E75;
}
</style>
background-color css
<style>
a { background-color: #1F5E75; }
a { background-color: rgb(31,94,117); }
div.DivClassName
{
background-color: #1F5E75;
}
.BgClassName
{
background-color: #1F5E75;
}
</style>
border-color css
<style>
span { border-color: #1F5E75; }
span { border-color: rgb(31,94,117); }
td.TdClassName
{
border-color: #1F5E75;
}
.TagClassName
{
border-color: #1F5E75;
}
</style>