Shades of Orient #1F5B72
Tints of Orient #1F5B72
RGB
CMYK
RGB Variations
Color information
#1F5B72 (or 0x1F5B72) is known color: Orient. HEX triplet: 1F, 5B and 72. RGB value is (31,91,114). Sum of RGB (Red+Green+Blue) = 31+91+114=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F5B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5B72 is #E0A48D. Grayscale: #4B4B4B. Windows color (decimal): -14722190 or 7494431. OLE color: 7494431.
HSL color Cylindrical-coordinate representation of color #1F5B72: hue angle of 196.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F5B72 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 91 | 114 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.55 |
| HSL | 196.63º | 0.57% | 0.28% | - |
| HSV(B) | 196.63º | 0.73% | 0.45% | - |
| XYZ | 7.34 | 8.99 | 17.27 | - |
| YUV | 75.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 114 | 0.73 | 0.20 | 0 | 0.55 | 196.63 | 0.57 | 0.28 |
| Hex | 1F | 5B | 72 | 49 | 14 | 0 | 37 | C5 | 39 | 1C |
| Octal | 37 | 133 | 162 | 111 | 24 | 0 | 67 | 305 | 71 | 34 |
| Binary | 11111 | 1011011 | 1110010 | 1001001 | 10100 | 0 | 110111 | 11000101 | 111001 | 11100 |
Color Harmonies of #1F5B72
Complementary color
Monochromatic Colors of #1F5B72
Black with #1F5B72
Text Example
Text Example
White with #1F5B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B72; }
p { color: rgb(31,91,114); }
H1.HeaderClassName
{
color: #1F5B72;
}
.AnyTagClassName
{
color: #1F5B72;
}
</style>
background-color css
<style>
a { background-color: #1F5B72; }
a { background-color: rgb(31,91,114); }
div.DivClassName
{
background-color: #1F5B72;
}
.BgClassName
{
background-color: #1F5B72;
}
</style>
border-color css
<style>
span { border-color: #1F5B72; }
span { border-color: rgb(31,91,114); }
td.TdClassName
{
border-color: #1F5B72;
}
.TagClassName
{
border-color: #1F5B72;
}
</style>