Shades of Orient #1F596F
Tints of Orient #1F596F
RGB
CMYK
RGB Variations
Color information
#1F596F (or 0x1F596F) is known color: Orient. HEX triplet: 1F, 59 and 6F. RGB value is (31,89,111). Sum of RGB (Red+Green+Blue) = 31+89+111=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F596F is #E0A690. Grayscale: #4A4A4A. Windows color (decimal): -14722705 or 7297311. OLE color: 7297311.
HSL color Cylindrical-coordinate representation of color #1F596F: hue angle of 196.5º 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 #1F596F is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 89 | 111 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.56 |
| HSL | 196.5º | 0.56% | 0.28% | - |
| HSV(B) | 196.5º | 0.72% | 0.44% | - |
| XYZ | 7.01 | 8.58 | 16.33 | - |
| YUV | 74.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 111 | 0.72 | 0.20 | 0 | 0.56 | 196.5 | 0.56 | 0.28 |
| Hex | 1F | 59 | 6F | 48 | 14 | 0 | 38 | C4 | 38 | 1C |
| Octal | 37 | 131 | 157 | 110 | 24 | 0 | 70 | 304 | 70 | 34 |
| Binary | 11111 | 1011001 | 1101111 | 1001000 | 10100 | 0 | 111000 | 11000100 | 111000 | 11100 |
Color Harmonies of #1F596F
Complementary color
Monochromatic Colors of #1F596F
Black with #1F596F
Text Example
Text Example
White with #1F596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F596F; }
p { color: rgb(31,89,111); }
H1.HeaderClassName
{
color: #1F596F;
}
.AnyTagClassName
{
color: #1F596F;
}
</style>
background-color css
<style>
a { background-color: #1F596F; }
a { background-color: rgb(31,89,111); }
div.DivClassName
{
background-color: #1F596F;
}
.BgClassName
{
background-color: #1F596F;
}
</style>
border-color css
<style>
span { border-color: #1F596F; }
span { border-color: rgb(31,89,111); }
td.TdClassName
{
border-color: #1F596F;
}
.TagClassName
{
border-color: #1F596F;
}
</style>