Shades of Orient #1F5673
Tints of Orient #1F5673
RGB
CMYK
RGB Variations
Color information
#1F5673 (or 0x1F5673) is known color: Orient. HEX triplet: 1F, 56 and 73. RGB value is (31,86,115). Sum of RGB (Red+Green+Blue) = 31+86+115=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5673 is #E0A98C. Grayscale: #484848. Windows color (decimal): -14723469 or 7558687. OLE color: 7558687.
HSL color Cylindrical-coordinate representation of color #1F5673: hue angle of 200.71º 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 #1F5673 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 86 | 115 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.55 |
| HSL | 200.71º | 0.58% | 0.29% | - |
| HSV(B) | 200.71º | 0.73% | 0.45% | - |
| XYZ | 6.99 | 8.18 | 17.43 | - |
| YUV | 72.86 | 151.78 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 115 | 0.73 | 0.25 | 0 | 0.55 | 200.71 | 0.58 | 0.29 |
| Hex | 1F | 56 | 73 | 49 | 19 | 0 | 37 | C9 | 3A | 1D |
| Octal | 37 | 126 | 163 | 111 | 31 | 0 | 67 | 311 | 72 | 35 |
| Binary | 11111 | 1010110 | 1110011 | 1001001 | 11001 | 0 | 110111 | 11001001 | 111010 | 11101 |
Color Harmonies of #1F5673
Complementary color
Monochromatic Colors of #1F5673
Black with #1F5673
Text Example
Text Example
White with #1F5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5673; }
p { color: rgb(31,86,115); }
H1.HeaderClassName
{
color: #1F5673;
}
.AnyTagClassName
{
color: #1F5673;
}
</style>
background-color css
<style>
a { background-color: #1F5673; }
a { background-color: rgb(31,86,115); }
div.DivClassName
{
background-color: #1F5673;
}
.BgClassName
{
background-color: #1F5673;
}
</style>
border-color css
<style>
span { border-color: #1F5673; }
span { border-color: rgb(31,86,115); }
td.TdClassName
{
border-color: #1F5673;
}
.TagClassName
{
border-color: #1F5673;
}
</style>