Shades of Orient #1F5572
Tints of Orient #1F5572
RGB
CMYK
RGB Variations
Color information
#1F5572 (or 0x1F5572) is known color: Orient. HEX triplet: 1F, 55 and 72. RGB value is (31,85,114). Sum of RGB (Red+Green+Blue) = 31+85+114=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F5572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5572 is #E0AA8D. Grayscale: #474747. Windows color (decimal): -14723726 or 7492895. OLE color: 7492895.
HSL color Cylindrical-coordinate representation of color #1F5572: hue angle of 200.96º 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 #1F5572 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 85 | 114 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.55 |
| HSL | 200.96º | 0.57% | 0.28% | - |
| HSV(B) | 200.96º | 0.73% | 0.45% | - |
| XYZ | 6.85 | 8 | 17.1 | - |
| YUV | 72.16 | 151.61 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 114 | 0.73 | 0.25 | 0 | 0.55 | 200.96 | 0.57 | 0.28 |
| Hex | 1F | 55 | 72 | 49 | 19 | 0 | 37 | C9 | 39 | 1C |
| Octal | 37 | 125 | 162 | 111 | 31 | 0 | 67 | 311 | 71 | 34 |
| Binary | 11111 | 1010101 | 1110010 | 1001001 | 11001 | 0 | 110111 | 11001001 | 111001 | 11100 |
Color Harmonies of #1F5572
Complementary color
Monochromatic Colors of #1F5572
Black with #1F5572
Text Example
Text Example
White with #1F5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5572; }
p { color: rgb(31,85,114); }
H1.HeaderClassName
{
color: #1F5572;
}
.AnyTagClassName
{
color: #1F5572;
}
</style>
background-color css
<style>
a { background-color: #1F5572; }
a { background-color: rgb(31,85,114); }
div.DivClassName
{
background-color: #1F5572;
}
.BgClassName
{
background-color: #1F5572;
}
</style>
border-color css
<style>
span { border-color: #1F5572; }
span { border-color: rgb(31,85,114); }
td.TdClassName
{
border-color: #1F5572;
}
.TagClassName
{
border-color: #1F5572;
}
</style>