Shades of Orient #1F5F6E
Tints of Orient #1F5F6E
RGB
CMYK
RGB Variations
Color information
#1F5F6E (or 0x1F5F6E) is known color: Orient. HEX triplet: 1F, 5F and 6E. RGB value is (31,95,110). Sum of RGB (Red+Green+Blue) = 31+95+110=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F5F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F6E is #E0A091. Grayscale: #4D4D4D. Windows color (decimal): -14721170 or 7233311. OLE color: 7233311.
HSL color Cylindrical-coordinate representation of color #1F5F6E: hue angle of 191.39º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F5F6E is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 95 | 110 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.57 |
| HSL | 191.39º | 0.56% | 0.28% | - |
| HSV(B) | 191.39º | 0.72% | 0.43% | - |
| XYZ | 7.47 | 9.6 | 16.21 | - |
| YUV | 77.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 95 | 110 | 0.72 | 0.14 | 0 | 0.57 | 191.39 | 0.56 | 0.28 |
| Hex | 1F | 5F | 6E | 48 | E | 0 | 39 | BF | 38 | 1C |
| Octal | 37 | 137 | 156 | 110 | 16 | 0 | 71 | 277 | 70 | 34 |
| Binary | 11111 | 1011111 | 1101110 | 1001000 | 1110 | 0 | 111001 | 10111111 | 111000 | 11100 |
Color Harmonies of #1F5F6E
Complementary color
Monochromatic Colors of #1F5F6E
Black with #1F5F6E
Text Example
Text Example
White with #1F5F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5F6E; }
p { color: rgb(31,95,110); }
H1.HeaderClassName
{
color: #1F5F6E;
}
.AnyTagClassName
{
color: #1F5F6E;
}
</style>
background-color css
<style>
a { background-color: #1F5F6E; }
a { background-color: rgb(31,95,110); }
div.DivClassName
{
background-color: #1F5F6E;
}
.BgClassName
{
background-color: #1F5F6E;
}
</style>
border-color css
<style>
span { border-color: #1F5F6E; }
span { border-color: rgb(31,95,110); }
td.TdClassName
{
border-color: #1F5F6E;
}
.TagClassName
{
border-color: #1F5F6E;
}
</style>