Shades of Orient #1F5B77
Tints of Orient #1F5B77
RGB
CMYK
RGB Variations
Color information
#1F5B77 (or 0x1F5B77) is known color: Orient. HEX triplet: 1F, 5B and 77. RGB value is (31,91,119). Sum of RGB (Red+Green+Blue) = 31+91+119=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F5B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5B77 is #E0A488. Grayscale: #4C4C4C. Windows color (decimal): -14722185 or 7822111. OLE color: 7822111.
HSL color Cylindrical-coordinate representation of color #1F5B77: hue angle of 199.09º 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 #1F5B77 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 91 | 119 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.53 |
| HSL | 199.09º | 0.59% | 0.29% | - |
| HSV(B) | 199.09º | 0.74% | 0.47% | - |
| XYZ | 7.64 | 9.11 | 18.81 | - |
| YUV | 76.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 119 | 0.74 | 0.24 | 0 | 0.53 | 199.09 | 0.59 | 0.29 |
| Hex | 1F | 5B | 77 | 4A | 18 | 0 | 35 | C7 | 3B | 1D |
| Octal | 37 | 133 | 167 | 112 | 30 | 0 | 65 | 307 | 73 | 35 |
| Binary | 11111 | 1011011 | 1110111 | 1001010 | 11000 | 0 | 110101 | 11000111 | 111011 | 11101 |
Color Harmonies of #1F5B77
Complementary color
Monochromatic Colors of #1F5B77
Black with #1F5B77
Text Example
Text Example
White with #1F5B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B77; }
p { color: rgb(31,91,119); }
H1.HeaderClassName
{
color: #1F5B77;
}
.AnyTagClassName
{
color: #1F5B77;
}
</style>
background-color css
<style>
a { background-color: #1F5B77; }
a { background-color: rgb(31,91,119); }
div.DivClassName
{
background-color: #1F5B77;
}
.BgClassName
{
background-color: #1F5B77;
}
</style>
border-color css
<style>
span { border-color: #1F5B77; }
span { border-color: rgb(31,91,119); }
td.TdClassName
{
border-color: #1F5B77;
}
.TagClassName
{
border-color: #1F5B77;
}
</style>