Shades of Orient #1F607E
Tints of Orient #1F607E
RGB
CMYK
RGB Variations
Color information
#1F607E (or 0x1F607E) is known color: Orient. HEX triplet: 1F, 60 and 7E. RGB value is (31,96,126). Sum of RGB (Red+Green+Blue) = 31+96+126=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F607E is #E09F81. Grayscale: #4F4F4F. Windows color (decimal): -14720898 or 8282143. OLE color: 8282143.
HSL color Cylindrical-coordinate representation of color #1F607E: hue angle of 198.95º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F607E is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 96 | 126 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.51 |
| HSL | 198.95º | 0.61% | 0.31% | - |
| HSV(B) | 198.95º | 0.75% | 0.49% | - |
| XYZ | 8.51 | 10.16 | 21.25 | - |
| YUV | 79.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 126 | 0.75 | 0.24 | 0 | 0.51 | 198.95 | 0.61 | 0.31 |
| Hex | 1F | 60 | 7E | 4B | 18 | 0 | 33 | C7 | 3D | 1F |
| Octal | 37 | 140 | 176 | 113 | 30 | 0 | 63 | 307 | 75 | 37 |
| Binary | 11111 | 1100000 | 1111110 | 1001011 | 11000 | 0 | 110011 | 11000111 | 111101 | 11111 |
Color Harmonies of #1F607E
Complementary color
Monochromatic Colors of #1F607E
Black with #1F607E
Text Example
Text Example
White with #1F607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F607E; }
p { color: rgb(31,96,126); }
H1.HeaderClassName
{
color: #1F607E;
}
.AnyTagClassName
{
color: #1F607E;
}
</style>
background-color css
<style>
a { background-color: #1F607E; }
a { background-color: rgb(31,96,126); }
div.DivClassName
{
background-color: #1F607E;
}
.BgClassName
{
background-color: #1F607E;
}
</style>
border-color css
<style>
span { border-color: #1F607E; }
span { border-color: rgb(31,96,126); }
td.TdClassName
{
border-color: #1F607E;
}
.TagClassName
{
border-color: #1F607E;
}
</style>