Shades of Orient #1F5D7C
Tints of Orient #1F5D7C
RGB
CMYK
RGB Variations
Color information
#1F5D7C (or 0x1F5D7C) is known color: Orient. HEX triplet: 1F, 5D and 7C. RGB value is (31,93,124). Sum of RGB (Red+Green+Blue) = 31+93+124=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F5D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D7C is #E0A283. Grayscale: #4D4D4D. Windows color (decimal): -14721668 or 8150303. OLE color: 8150303.
HSL color Cylindrical-coordinate representation of color #1F5D7C: hue angle of 200º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F5D7C is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 93 | 124 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.51 |
| HSL | 200º | 0.6% | 0.3% | - |
| HSV(B) | 200º | 0.75% | 0.49% | - |
| XYZ | 8.12 | 9.58 | 20.49 | - |
| YUV | 78 | 153.96 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 124 | 0.75 | 0.25 | 0 | 0.51 | 200 | 0.6 | 0.3 |
| Hex | 1F | 5D | 7C | 4B | 19 | 0 | 33 | C8 | 3C | 1E |
| Octal | 37 | 135 | 174 | 113 | 31 | 0 | 63 | 310 | 74 | 36 |
| Binary | 11111 | 1011101 | 1111100 | 1001011 | 11001 | 0 | 110011 | 11001000 | 111100 | 11110 |
Color Harmonies of #1F5D7C
Complementary color
Monochromatic Colors of #1F5D7C
Black with #1F5D7C
Text Example
Text Example
White with #1F5D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D7C; }
p { color: rgb(31,93,124); }
H1.HeaderClassName
{
color: #1F5D7C;
}
.AnyTagClassName
{
color: #1F5D7C;
}
</style>
background-color css
<style>
a { background-color: #1F5D7C; }
a { background-color: rgb(31,93,124); }
div.DivClassName
{
background-color: #1F5D7C;
}
.BgClassName
{
background-color: #1F5D7C;
}
</style>
border-color css
<style>
span { border-color: #1F5D7C; }
span { border-color: rgb(31,93,124); }
td.TdClassName
{
border-color: #1F5D7C;
}
.TagClassName
{
border-color: #1F5D7C;
}
</style>