Shades of Orient #1F5678
Tints of Orient #1F5678
RGB
CMYK
RGB Variations
Color information
#1F5678 (or 0x1F5678) is known color: Orient. HEX triplet: 1F, 56 and 78. RGB value is (31,86,120). Sum of RGB (Red+Green+Blue) = 31+86+120=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5678 is #E0A987. Grayscale: #494949. Windows color (decimal): -14723464 or 7886367. OLE color: 7886367.
HSL color Cylindrical-coordinate representation of color #1F5678: hue angle of 202.92º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5678 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 86 | 120 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.53 |
| HSL | 202.92º | 0.59% | 0.3% | - |
| HSV(B) | 202.92º | 0.74% | 0.47% | - |
| XYZ | 7.28 | 8.3 | 18.99 | - |
| YUV | 73.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 120 | 0.74 | 0.28 | 0 | 0.53 | 202.92 | 0.59 | 0.3 |
| Hex | 1F | 56 | 78 | 4A | 1C | 0 | 35 | CB | 3B | 1E |
| Octal | 37 | 126 | 170 | 112 | 34 | 0 | 65 | 313 | 73 | 36 |
| Binary | 11111 | 1010110 | 1111000 | 1001010 | 11100 | 0 | 110101 | 11001011 | 111011 | 11110 |
Color Harmonies of #1F5678
Complementary color
Monochromatic Colors of #1F5678
Black with #1F5678
Text Example
Text Example
White with #1F5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5678; }
p { color: rgb(31,86,120); }
H1.HeaderClassName
{
color: #1F5678;
}
.AnyTagClassName
{
color: #1F5678;
}
</style>
background-color css
<style>
a { background-color: #1F5678; }
a { background-color: rgb(31,86,120); }
div.DivClassName
{
background-color: #1F5678;
}
.BgClassName
{
background-color: #1F5678;
}
</style>
border-color css
<style>
span { border-color: #1F5678; }
span { border-color: rgb(31,86,120); }
td.TdClassName
{
border-color: #1F5678;
}
.TagClassName
{
border-color: #1F5678;
}
</style>