Shades of Orient #1F5972
Tints of Orient #1F5972
RGB
CMYK
RGB Variations
Color information
#1F5972 (or 0x1F5972) is known color: Orient. HEX triplet: 1F, 59 and 72. RGB value is (31,89,114). Sum of RGB (Red+Green+Blue) = 31+89+114=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F5972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5972 is #E0A68D. Grayscale: #4A4A4A. Windows color (decimal): -14722702 or 7493919. OLE color: 7493919.
HSL color Cylindrical-coordinate representation of color #1F5972: hue angle of 198.07º 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 #1F5972 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 89 | 114 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.55 |
| HSL | 198.07º | 0.57% | 0.28% | - |
| HSV(B) | 198.07º | 0.73% | 0.45% | - |
| XYZ | 7.17 | 8.65 | 17.21 | - |
| YUV | 74.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 114 | 0.73 | 0.22 | 0 | 0.55 | 198.07 | 0.57 | 0.28 |
| Hex | 1F | 59 | 72 | 49 | 16 | 0 | 37 | C6 | 39 | 1C |
| Octal | 37 | 131 | 162 | 111 | 26 | 0 | 67 | 306 | 71 | 34 |
| Binary | 11111 | 1011001 | 1110010 | 1001001 | 10110 | 0 | 110111 | 11000110 | 111001 | 11100 |
Color Harmonies of #1F5972
Complementary color
Monochromatic Colors of #1F5972
Black with #1F5972
Text Example
Text Example
White with #1F5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5972; }
p { color: rgb(31,89,114); }
H1.HeaderClassName
{
color: #1F5972;
}
.AnyTagClassName
{
color: #1F5972;
}
</style>
background-color css
<style>
a { background-color: #1F5972; }
a { background-color: rgb(31,89,114); }
div.DivClassName
{
background-color: #1F5972;
}
.BgClassName
{
background-color: #1F5972;
}
</style>
border-color css
<style>
span { border-color: #1F5972; }
span { border-color: rgb(31,89,114); }
td.TdClassName
{
border-color: #1F5972;
}
.TagClassName
{
border-color: #1F5972;
}
</style>