Shades of Orient #1F5D76
Tints of Orient #1F5D76
RGB
CMYK
RGB Variations
Color information
#1F5D76 (or 0x1F5D76) is known color: Orient. HEX triplet: 1F, 5D and 76. RGB value is (31,93,118). Sum of RGB (Red+Green+Blue) = 31+93+118=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F5D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D76 is #E0A289. Grayscale: #4D4D4D. Windows color (decimal): -14721674 or 7757087. OLE color: 7757087.
HSL color Cylindrical-coordinate representation of color #1F5D76: hue angle of 197.24º 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 #1F5D76 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 93 | 118 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.54 |
| HSL | 197.24º | 0.58% | 0.29% | - |
| HSV(B) | 197.24º | 0.74% | 0.46% | - |
| XYZ | 7.75 | 9.43 | 18.55 | - |
| YUV | 77.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 118 | 0.74 | 0.21 | 0 | 0.54 | 197.24 | 0.58 | 0.29 |
| Hex | 1F | 5D | 76 | 4A | 15 | 0 | 36 | C5 | 3A | 1D |
| Octal | 37 | 135 | 166 | 112 | 25 | 0 | 66 | 305 | 72 | 35 |
| Binary | 11111 | 1011101 | 1110110 | 1001010 | 10101 | 0 | 110110 | 11000101 | 111010 | 11101 |
Color Harmonies of #1F5D76
Complementary color
Monochromatic Colors of #1F5D76
Black with #1F5D76
Text Example
Text Example
White with #1F5D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D76; }
p { color: rgb(31,93,118); }
H1.HeaderClassName
{
color: #1F5D76;
}
.AnyTagClassName
{
color: #1F5D76;
}
</style>
background-color css
<style>
a { background-color: #1F5D76; }
a { background-color: rgb(31,93,118); }
div.DivClassName
{
background-color: #1F5D76;
}
.BgClassName
{
background-color: #1F5D76;
}
</style>
border-color css
<style>
span { border-color: #1F5D76; }
span { border-color: rgb(31,93,118); }
td.TdClassName
{
border-color: #1F5D76;
}
.TagClassName
{
border-color: #1F5D76;
}
</style>