Shades of Orient #1F597B
Tints of Orient #1F597B
RGB
CMYK
RGB Variations
Color information
#1F597B (or 0x1F597B) is known color: Orient. HEX triplet: 1F, 59 and 7B. RGB value is (31,89,123). Sum of RGB (Red+Green+Blue) = 31+89+123=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F597B is #E0A684. Grayscale: #4B4B4B. Windows color (decimal): -14722693 or 8083743. OLE color: 8083743.
HSL color Cylindrical-coordinate representation of color #1F597B: hue angle of 202.17º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F597B is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 89 | 123 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.52 |
| HSL | 202.17º | 0.6% | 0.3% | - |
| HSV(B) | 202.17º | 0.75% | 0.48% | - |
| XYZ | 7.71 | 8.87 | 20.04 | - |
| YUV | 75.53 | 154.78 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 123 | 0.75 | 0.28 | 0 | 0.52 | 202.17 | 0.6 | 0.3 |
| Hex | 1F | 59 | 7B | 4B | 1C | 0 | 34 | CA | 3C | 1E |
| Octal | 37 | 131 | 173 | 113 | 34 | 0 | 64 | 312 | 74 | 36 |
| Binary | 11111 | 1011001 | 1111011 | 1001011 | 11100 | 0 | 110100 | 11001010 | 111100 | 11110 |
Color Harmonies of #1F597B
Complementary color
Monochromatic Colors of #1F597B
Black with #1F597B
Text Example
Text Example
White with #1F597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F597B; }
p { color: rgb(31,89,123); }
H1.HeaderClassName
{
color: #1F597B;
}
.AnyTagClassName
{
color: #1F597B;
}
</style>
background-color css
<style>
a { background-color: #1F597B; }
a { background-color: rgb(31,89,123); }
div.DivClassName
{
background-color: #1F597B;
}
.BgClassName
{
background-color: #1F597B;
}
</style>
border-color css
<style>
span { border-color: #1F597B; }
span { border-color: rgb(31,89,123); }
td.TdClassName
{
border-color: #1F597B;
}
.TagClassName
{
border-color: #1F597B;
}
</style>