Shades of Orient #1F5072
Tints of Orient #1F5072
RGB
CMYK
RGB Variations
Color information
#1F5072 (or 0x1F5072) is known color: Orient. HEX triplet: 1F, 50 and 72. RGB value is (31,80,114). Sum of RGB (Red+Green+Blue) = 31+80+114=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F5072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5072 is #E0AF8D. Grayscale: #454545. Windows color (decimal): -14725006 or 7491615. OLE color: 7491615.
HSL color Cylindrical-coordinate representation of color #1F5072: hue angle of 204.58º 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 #1F5072 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 80 | 114 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.55 |
| HSL | 204.58º | 0.57% | 0.28% | - |
| HSV(B) | 204.58º | 0.73% | 0.45% | - |
| XYZ | 6.47 | 7.24 | 16.98 | - |
| YUV | 69.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 114 | 0.73 | 0.30 | 0 | 0.55 | 204.58 | 0.57 | 0.28 |
| Hex | 1F | 50 | 72 | 49 | 1E | 0 | 37 | CD | 39 | 1C |
| Octal | 37 | 120 | 162 | 111 | 36 | 0 | 67 | 315 | 71 | 34 |
| Binary | 11111 | 1010000 | 1110010 | 1001001 | 11110 | 0 | 110111 | 11001101 | 111001 | 11100 |
Color Harmonies of #1F5072
Complementary color
Monochromatic Colors of #1F5072
Black with #1F5072
Text Example
Text Example
White with #1F5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5072; }
p { color: rgb(31,80,114); }
H1.HeaderClassName
{
color: #1F5072;
}
.AnyTagClassName
{
color: #1F5072;
}
</style>
background-color css
<style>
a { background-color: #1F5072; }
a { background-color: rgb(31,80,114); }
div.DivClassName
{
background-color: #1F5072;
}
.BgClassName
{
background-color: #1F5072;
}
</style>
border-color css
<style>
span { border-color: #1F5072; }
span { border-color: rgb(31,80,114); }
td.TdClassName
{
border-color: #1F5072;
}
.TagClassName
{
border-color: #1F5072;
}
</style>