Shades of Orient #1F5573
Tints of Orient #1F5573
RGB
CMYK
RGB Variations
Color information
#1F5573 (or 0x1F5573) is known color: Orient. HEX triplet: 1F, 55 and 73. RGB value is (31,85,115). Sum of RGB (Red+Green+Blue) = 31+85+115=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5573 is #E0AA8C. Grayscale: #484848. Windows color (decimal): -14723725 or 7558431. OLE color: 7558431.
HSL color Cylindrical-coordinate representation of color #1F5573: hue angle of 201.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F5573 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 85 | 115 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.55 |
| HSL | 201.43º | 0.58% | 0.29% | - |
| HSV(B) | 201.43º | 0.73% | 0.45% | - |
| XYZ | 6.91 | 8.03 | 17.4 | - |
| YUV | 72.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 115 | 0.73 | 0.26 | 0 | 0.55 | 201.43 | 0.58 | 0.29 |
| Hex | 1F | 55 | 73 | 49 | 1A | 0 | 37 | C9 | 3A | 1D |
| Octal | 37 | 125 | 163 | 111 | 32 | 0 | 67 | 311 | 72 | 35 |
| Binary | 11111 | 1010101 | 1110011 | 1001001 | 11010 | 0 | 110111 | 11001001 | 111010 | 11101 |
Color Harmonies of #1F5573
Complementary color
Monochromatic Colors of #1F5573
Black with #1F5573
Text Example
Text Example
White with #1F5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5573; }
p { color: rgb(31,85,115); }
H1.HeaderClassName
{
color: #1F5573;
}
.AnyTagClassName
{
color: #1F5573;
}
</style>
background-color css
<style>
a { background-color: #1F5573; }
a { background-color: rgb(31,85,115); }
div.DivClassName
{
background-color: #1F5573;
}
.BgClassName
{
background-color: #1F5573;
}
</style>
border-color css
<style>
span { border-color: #1F5573; }
span { border-color: rgb(31,85,115); }
td.TdClassName
{
border-color: #1F5573;
}
.TagClassName
{
border-color: #1F5573;
}
</style>