Shades of Orient #1F5270
Tints of Orient #1F5270
RGB
CMYK
RGB Variations
Color information
#1F5270 (or 0x1F5270) is known color: Orient. HEX triplet: 1F, 52 and 70. RGB value is (31,82,112). Sum of RGB (Red+Green+Blue) = 31+82+112=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F5270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5270 is #E0AD8F. Grayscale: #464646. Windows color (decimal): -14724496 or 7361055. OLE color: 7361055.
HSL color Cylindrical-coordinate representation of color #1F5270: hue angle of 202.22º 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 #1F5270 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 82 | 112 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.56 |
| HSL | 202.22º | 0.57% | 0.28% | - |
| HSV(B) | 202.22º | 0.72% | 0.44% | - |
| XYZ | 6.51 | 7.5 | 16.43 | - |
| YUV | 70.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 112 | 0.72 | 0.27 | 0 | 0.56 | 202.22 | 0.57 | 0.28 |
| Hex | 1F | 52 | 70 | 48 | 1B | 0 | 38 | CA | 39 | 1C |
| Octal | 37 | 122 | 160 | 110 | 33 | 0 | 70 | 312 | 71 | 34 |
| Binary | 11111 | 1010010 | 1110000 | 1001000 | 11011 | 0 | 111000 | 11001010 | 111001 | 11100 |
Color Harmonies of #1F5270
Complementary color
Monochromatic Colors of #1F5270
Black with #1F5270
Text Example
Text Example
White with #1F5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5270; }
p { color: rgb(31,82,112); }
H1.HeaderClassName
{
color: #1F5270;
}
.AnyTagClassName
{
color: #1F5270;
}
</style>
background-color css
<style>
a { background-color: #1F5270; }
a { background-color: rgb(31,82,112); }
div.DivClassName
{
background-color: #1F5270;
}
.BgClassName
{
background-color: #1F5270;
}
</style>
border-color css
<style>
span { border-color: #1F5270; }
span { border-color: rgb(31,82,112); }
td.TdClassName
{
border-color: #1F5270;
}
.TagClassName
{
border-color: #1F5270;
}
</style>