Shades of Orient #1F5970
Tints of Orient #1F5970
RGB
CMYK
RGB Variations
Color information
#1F5970 (or 0x1F5970) is known color: Orient. HEX triplet: 1F, 59 and 70. RGB value is (31,89,112). Sum of RGB (Red+Green+Blue) = 31+89+112=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F5970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5970 is #E0A68F. Grayscale: #4A4A4A. Windows color (decimal): -14722704 or 7362847. OLE color: 7362847.
HSL color Cylindrical-coordinate representation of color #1F5970: hue angle of 197.04º degrees, saturation: 0.57, 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 #1F5970 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 89 | 112 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.56 |
| HSL | 197.04º | 0.57% | 0.28% | - |
| HSV(B) | 197.04º | 0.72% | 0.44% | - |
| XYZ | 7.06 | 8.61 | 16.62 | - |
| YUV | 74.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 112 | 0.72 | 0.21 | 0 | 0.56 | 197.04 | 0.57 | 0.28 |
| Hex | 1F | 59 | 70 | 48 | 15 | 0 | 38 | C5 | 39 | 1C |
| Octal | 37 | 131 | 160 | 110 | 25 | 0 | 70 | 305 | 71 | 34 |
| Binary | 11111 | 1011001 | 1110000 | 1001000 | 10101 | 0 | 111000 | 11000101 | 111001 | 11100 |
Color Harmonies of #1F5970
Complementary color
Monochromatic Colors of #1F5970
Black with #1F5970
Text Example
Text Example
White with #1F5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5970; }
p { color: rgb(31,89,112); }
H1.HeaderClassName
{
color: #1F5970;
}
.AnyTagClassName
{
color: #1F5970;
}
</style>
background-color css
<style>
a { background-color: #1F5970; }
a { background-color: rgb(31,89,112); }
div.DivClassName
{
background-color: #1F5970;
}
.BgClassName
{
background-color: #1F5970;
}
</style>
border-color css
<style>
span { border-color: #1F5970; }
span { border-color: rgb(31,89,112); }
td.TdClassName
{
border-color: #1F5970;
}
.TagClassName
{
border-color: #1F5970;
}
</style>