Shades of Orient #1F5E71
Tints of Orient #1F5E71
RGB
CMYK
RGB Variations
Color information
#1F5E71 (or 0x1F5E71) is known color: Orient. HEX triplet: 1F, 5E and 71. RGB value is (31,94,113). Sum of RGB (Red+Green+Blue) = 31+94+113=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5E71 is #E0A18E. Grayscale: #4D4D4D. Windows color (decimal): -14721423 or 7429663. OLE color: 7429663.
HSL color Cylindrical-coordinate representation of color #1F5E71: hue angle of 193.9º 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 #1F5E71 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 94 | 113 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.56 |
| HSL | 193.9º | 0.57% | 0.28% | - |
| HSV(B) | 193.9º | 0.73% | 0.44% | - |
| XYZ | 7.55 | 9.49 | 17.06 | - |
| YUV | 77.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 113 | 0.73 | 0.17 | 0 | 0.56 | 193.9 | 0.57 | 0.28 |
| Hex | 1F | 5E | 71 | 49 | 11 | 0 | 38 | C2 | 39 | 1C |
| Octal | 37 | 136 | 161 | 111 | 21 | 0 | 70 | 302 | 71 | 34 |
| Binary | 11111 | 1011110 | 1110001 | 1001001 | 10001 | 0 | 111000 | 11000010 | 111001 | 11100 |
Color Harmonies of #1F5E71
Complementary color
Monochromatic Colors of #1F5E71
Black with #1F5E71
Text Example
Text Example
White with #1F5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E71; }
p { color: rgb(31,94,113); }
H1.HeaderClassName
{
color: #1F5E71;
}
.AnyTagClassName
{
color: #1F5E71;
}
</style>
background-color css
<style>
a { background-color: #1F5E71; }
a { background-color: rgb(31,94,113); }
div.DivClassName
{
background-color: #1F5E71;
}
.BgClassName
{
background-color: #1F5E71;
}
</style>
border-color css
<style>
span { border-color: #1F5E71; }
span { border-color: rgb(31,94,113); }
td.TdClassName
{
border-color: #1F5E71;
}
.TagClassName
{
border-color: #1F5E71;
}
</style>