Shades of Orient #1F5377
Tints of Orient #1F5377
RGB
CMYK
RGB Variations
Color information
#1F5377 (or 0x1F5377) is known color: Orient. HEX triplet: 1F, 53 and 77. RGB value is (31,83,119). Sum of RGB (Red+Green+Blue) = 31+83+119=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5377 is #E0AC88. Grayscale: #474747. Windows color (decimal): -14724233 or 7820063. OLE color: 7820063.
HSL color Cylindrical-coordinate representation of color #1F5377: hue angle of 204.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5377 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 83 | 119 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.53 |
| HSL | 204.55º | 0.59% | 0.29% | - |
| HSV(B) | 204.55º | 0.74% | 0.47% | - |
| XYZ | 6.99 | 7.81 | 18.59 | - |
| YUV | 71.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 119 | 0.74 | 0.30 | 0 | 0.53 | 204.55 | 0.59 | 0.29 |
| Hex | 1F | 53 | 77 | 4A | 1E | 0 | 35 | CD | 3B | 1D |
| Octal | 37 | 123 | 167 | 112 | 36 | 0 | 65 | 315 | 73 | 35 |
| Binary | 11111 | 1010011 | 1110111 | 1001010 | 11110 | 0 | 110101 | 11001101 | 111011 | 11101 |
Color Harmonies of #1F5377
Complementary color
Monochromatic Colors of #1F5377
Black with #1F5377
Text Example
Text Example
White with #1F5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5377; }
p { color: rgb(31,83,119); }
H1.HeaderClassName
{
color: #1F5377;
}
.AnyTagClassName
{
color: #1F5377;
}
</style>
background-color css
<style>
a { background-color: #1F5377; }
a { background-color: rgb(31,83,119); }
div.DivClassName
{
background-color: #1F5377;
}
.BgClassName
{
background-color: #1F5377;
}
</style>
border-color css
<style>
span { border-color: #1F5377; }
span { border-color: rgb(31,83,119); }
td.TdClassName
{
border-color: #1F5377;
}
.TagClassName
{
border-color: #1F5377;
}
</style>