Shades of Orient #1F536F
Tints of Orient #1F536F
RGB
CMYK
RGB Variations
Color information
#1F536F (or 0x1F536F) is known color: Orient. HEX triplet: 1F, 53 and 6F. RGB value is (31,83,111). Sum of RGB (Red+Green+Blue) = 31+83+111=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F536F is #E0AC90. Grayscale: #464646. Windows color (decimal): -14724241 or 7295775. OLE color: 7295775.
HSL color Cylindrical-coordinate representation of color #1F536F: hue angle of 201º 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 #1F536F is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 83 | 111 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.56 |
| HSL | 201º | 0.56% | 0.28% | - |
| HSV(B) | 201º | 0.72% | 0.44% | - |
| XYZ | 6.53 | 7.63 | 16.17 | - |
| YUV | 70.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 111 | 0.72 | 0.25 | 0 | 0.56 | 201 | 0.56 | 0.28 |
| Hex | 1F | 53 | 6F | 48 | 19 | 0 | 38 | C9 | 38 | 1C |
| Octal | 37 | 123 | 157 | 110 | 31 | 0 | 70 | 311 | 70 | 34 |
| Binary | 11111 | 1010011 | 1101111 | 1001000 | 11001 | 0 | 111000 | 11001001 | 111000 | 11100 |
Color Harmonies of #1F536F
Complementary color
Monochromatic Colors of #1F536F
Black with #1F536F
Text Example
Text Example
White with #1F536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F536F; }
p { color: rgb(31,83,111); }
H1.HeaderClassName
{
color: #1F536F;
}
.AnyTagClassName
{
color: #1F536F;
}
</style>
background-color css
<style>
a { background-color: #1F536F; }
a { background-color: rgb(31,83,111); }
div.DivClassName
{
background-color: #1F536F;
}
.BgClassName
{
background-color: #1F536F;
}
</style>
border-color css
<style>
span { border-color: #1F536F; }
span { border-color: rgb(31,83,111); }
td.TdClassName
{
border-color: #1F536F;
}
.TagClassName
{
border-color: #1F536F;
}
</style>