Shades of Orient #1F6075
Tints of Orient #1F6075
RGB
CMYK
RGB Variations
Color information
#1F6075 (or 0x1F6075) is known color: Orient. HEX triplet: 1F, 60 and 75. RGB value is (31,96,117). Sum of RGB (Red+Green+Blue) = 31+96+117=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6075 is #E09F8A. Grayscale: #4E4E4E. Windows color (decimal): -14720907 or 7692319. OLE color: 7692319.
HSL color Cylindrical-coordinate representation of color #1F6075: hue angle of 194.65º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6075 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 96 | 117 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.54 |
| HSL | 194.65º | 0.58% | 0.29% | - |
| HSV(B) | 194.65º | 0.74% | 0.46% | - |
| XYZ | 7.96 | 9.94 | 18.33 | - |
| YUV | 78.96 | 149.47 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 117 | 0.74 | 0.18 | 0 | 0.54 | 194.65 | 0.58 | 0.29 |
| Hex | 1F | 60 | 75 | 4A | 12 | 0 | 36 | C3 | 3A | 1D |
| Octal | 37 | 140 | 165 | 112 | 22 | 0 | 66 | 303 | 72 | 35 |
| Binary | 11111 | 1100000 | 1110101 | 1001010 | 10010 | 0 | 110110 | 11000011 | 111010 | 11101 |
Color Harmonies of #1F6075
Complementary color
Monochromatic Colors of #1F6075
Black with #1F6075
Text Example
Text Example
White with #1F6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6075; }
p { color: rgb(31,96,117); }
H1.HeaderClassName
{
color: #1F6075;
}
.AnyTagClassName
{
color: #1F6075;
}
</style>
background-color css
<style>
a { background-color: #1F6075; }
a { background-color: rgb(31,96,117); }
div.DivClassName
{
background-color: #1F6075;
}
.BgClassName
{
background-color: #1F6075;
}
</style>
border-color css
<style>
span { border-color: #1F6075; }
span { border-color: rgb(31,96,117); }
td.TdClassName
{
border-color: #1F6075;
}
.TagClassName
{
border-color: #1F6075;
}
</style>