Shades of Orient #1F5273
Tints of Orient #1F5273
RGB
CMYK
RGB Variations
Color information
#1F5273 (or 0x1F5273) is known color: Orient. HEX triplet: 1F, 52 and 73. RGB value is (31,82,115). Sum of RGB (Red+Green+Blue) = 31+82+115=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F5273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5273 is #E0AD8C. Grayscale: #464646. Windows color (decimal): -14724493 or 7557663. OLE color: 7557663.
HSL color Cylindrical-coordinate representation of color #1F5273: hue angle of 203.57º 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 #1F5273 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 82 | 115 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.55 |
| HSL | 203.57º | 0.58% | 0.29% | - |
| HSV(B) | 203.57º | 0.73% | 0.45% | - |
| XYZ | 6.68 | 7.56 | 17.33 | - |
| YUV | 70.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 115 | 0.73 | 0.29 | 0 | 0.55 | 203.57 | 0.58 | 0.29 |
| Hex | 1F | 52 | 73 | 49 | 1D | 0 | 37 | CC | 3A | 1D |
| Octal | 37 | 122 | 163 | 111 | 35 | 0 | 67 | 314 | 72 | 35 |
| Binary | 11111 | 1010010 | 1110011 | 1001001 | 11101 | 0 | 110111 | 11001100 | 111010 | 11101 |
Color Harmonies of #1F5273
Complementary color
Monochromatic Colors of #1F5273
Black with #1F5273
Text Example
Text Example
White with #1F5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5273; }
p { color: rgb(31,82,115); }
H1.HeaderClassName
{
color: #1F5273;
}
.AnyTagClassName
{
color: #1F5273;
}
</style>
background-color css
<style>
a { background-color: #1F5273; }
a { background-color: rgb(31,82,115); }
div.DivClassName
{
background-color: #1F5273;
}
.BgClassName
{
background-color: #1F5273;
}
</style>
border-color css
<style>
span { border-color: #1F5273; }
span { border-color: rgb(31,82,115); }
td.TdClassName
{
border-color: #1F5273;
}
.TagClassName
{
border-color: #1F5273;
}
</style>