Shades of Orient #1F606F
Tints of Orient #1F606F
RGB
CMYK
RGB Variations
Color information
#1F606F (or 0x1F606F) is known color: Orient. HEX triplet: 1F, 60 and 6F. RGB value is (31,96,111). Sum of RGB (Red+Green+Blue) = 31+96+111=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F606F is #E09F90. Grayscale: #4E4E4E. Windows color (decimal): -14720913 or 7299103. OLE color: 7299103.
HSL color Cylindrical-coordinate representation of color #1F606F: hue angle of 191.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F606F is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 96 | 111 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.56 |
| HSL | 191.25º | 0.56% | 0.28% | - |
| HSV(B) | 191.25º | 0.72% | 0.44% | - |
| XYZ | 7.62 | 9.8 | 16.53 | - |
| YUV | 78.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 111 | 0.72 | 0.14 | 0 | 0.56 | 191.25 | 0.56 | 0.28 |
| Hex | 1F | 60 | 6F | 48 | E | 0 | 38 | BF | 38 | 1C |
| Octal | 37 | 140 | 157 | 110 | 16 | 0 | 70 | 277 | 70 | 34 |
| Binary | 11111 | 1100000 | 1101111 | 1001000 | 1110 | 0 | 111000 | 10111111 | 111000 | 11100 |
Color Harmonies of #1F606F
Complementary color
Monochromatic Colors of #1F606F
Black with #1F606F
Text Example
Text Example
White with #1F606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F606F; }
p { color: rgb(31,96,111); }
H1.HeaderClassName
{
color: #1F606F;
}
.AnyTagClassName
{
color: #1F606F;
}
</style>
background-color css
<style>
a { background-color: #1F606F; }
a { background-color: rgb(31,96,111); }
div.DivClassName
{
background-color: #1F606F;
}
.BgClassName
{
background-color: #1F606F;
}
</style>
border-color css
<style>
span { border-color: #1F606F; }
span { border-color: rgb(31,96,111); }
td.TdClassName
{
border-color: #1F606F;
}
.TagClassName
{
border-color: #1F606F;
}
</style>