Shades of Orient #1F5F6F
Tints of Orient #1F5F6F
RGB
CMYK
RGB Variations
Color information
#1F5F6F (or 0x1F5F6F) is known color: Orient. HEX triplet: 1F, 5F and 6F. RGB value is (31,95,111). Sum of RGB (Red+Green+Blue) = 31+95+111=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F5F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F6F is #E0A090. Grayscale: #4D4D4D. Windows color (decimal): -14721169 or 7298847. OLE color: 7298847.
HSL color Cylindrical-coordinate representation of color #1F5F6F: hue angle of 192º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F5F6F is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 95 | 111 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.56 |
| HSL | 192º | 0.56% | 0.28% | - |
| HSV(B) | 192º | 0.72% | 0.44% | - |
| XYZ | 7.53 | 9.62 | 16.5 | - |
| YUV | 77.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 111 | 0.72 | 0.14 | 0 | 0.56 | 192 | 0.56 | 0.28 |
| Hex | 1F | 5F | 6F | 48 | E | 0 | 38 | C0 | 38 | 1C |
| Octal | 37 | 137 | 157 | 110 | 16 | 0 | 70 | 300 | 70 | 34 |
| Binary | 11111 | 1011111 | 1101111 | 1001000 | 1110 | 0 | 111000 | 11000000 | 111000 | 11100 |
Color Harmonies of #1F5F6F
Complementary color
Monochromatic Colors of #1F5F6F
Black with #1F5F6F
Text Example
Text Example
White with #1F5F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F6F; }
p { color: rgb(31,95,111); }
H1.HeaderClassName
{
color: #1F5F6F;
}
.AnyTagClassName
{
color: #1F5F6F;
}
</style>
background-color css
<style>
a { background-color: #1F5F6F; }
a { background-color: rgb(31,95,111); }
div.DivClassName
{
background-color: #1F5F6F;
}
.BgClassName
{
background-color: #1F5F6F;
}
</style>
border-color css
<style>
span { border-color: #1F5F6F; }
span { border-color: rgb(31,95,111); }
td.TdClassName
{
border-color: #1F5F6F;
}
.TagClassName
{
border-color: #1F5F6F;
}
</style>