Shades of Orient #1F5271
Tints of Orient #1F5271
RGB
CMYK
RGB Variations
Color information
#1F5271 (or 0x1F5271) is known color: Orient. HEX triplet: 1F, 52 and 71. RGB value is (31,82,113). Sum of RGB (Red+Green+Blue) = 31+82+113=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F5271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5271 is #E0AD8E. Grayscale: #464646. Windows color (decimal): -14724495 or 7426591. OLE color: 7426591.
HSL color Cylindrical-coordinate representation of color #1F5271: hue angle of 202.68º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F5271 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 82 | 113 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.56 |
| HSL | 202.68º | 0.57% | 0.28% | - |
| HSV(B) | 202.68º | 0.73% | 0.44% | - |
| XYZ | 6.56 | 7.52 | 16.73 | - |
| YUV | 70.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 113 | 0.73 | 0.27 | 0 | 0.56 | 202.68 | 0.57 | 0.28 |
| Hex | 1F | 52 | 71 | 49 | 1B | 0 | 38 | CB | 39 | 1C |
| Octal | 37 | 122 | 161 | 111 | 33 | 0 | 70 | 313 | 71 | 34 |
| Binary | 11111 | 1010010 | 1110001 | 1001001 | 11011 | 0 | 111000 | 11001011 | 111001 | 11100 |
Color Harmonies of #1F5271
Complementary color
Monochromatic Colors of #1F5271
Black with #1F5271
Text Example
Text Example
White with #1F5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5271; }
p { color: rgb(31,82,113); }
H1.HeaderClassName
{
color: #1F5271;
}
.AnyTagClassName
{
color: #1F5271;
}
</style>
background-color css
<style>
a { background-color: #1F5271; }
a { background-color: rgb(31,82,113); }
div.DivClassName
{
background-color: #1F5271;
}
.BgClassName
{
background-color: #1F5271;
}
</style>
border-color css
<style>
span { border-color: #1F5271; }
span { border-color: rgb(31,82,113); }
td.TdClassName
{
border-color: #1F5271;
}
.TagClassName
{
border-color: #1F5271;
}
</style>