Shades of Orient #1F4F6F
Tints of Orient #1F4F6F
RGB
CMYK
RGB Variations
Color information
#1F4F6F (or 0x1F4F6F) is known color: Orient. HEX triplet: 1F, 4F and 6F. RGB value is (31,79,111). Sum of RGB (Red+Green+Blue) = 31+79+111=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F4F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4F6F is #E0B090. Grayscale: #444444. Windows color (decimal): -14725265 or 7294751. OLE color: 7294751.
HSL color Cylindrical-coordinate representation of color #1F4F6F: hue angle of 204º 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 #1F4F6F is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 79 | 111 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.56 |
| HSL | 204º | 0.56% | 0.28% | - |
| HSV(B) | 204º | 0.72% | 0.44% | - |
| XYZ | 6.23 | 7.03 | 16.07 | - |
| YUV | 68.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 111 | 0.72 | 0.29 | 0 | 0.56 | 204 | 0.56 | 0.28 |
| Hex | 1F | 4F | 6F | 48 | 1D | 0 | 38 | CC | 38 | 1C |
| Octal | 37 | 117 | 157 | 110 | 35 | 0 | 70 | 314 | 70 | 34 |
| Binary | 11111 | 1001111 | 1101111 | 1001000 | 11101 | 0 | 111000 | 11001100 | 111000 | 11100 |
Color Harmonies of #1F4F6F
Complementary color
Monochromatic Colors of #1F4F6F
Black with #1F4F6F
Text Example
Text Example
White with #1F4F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4F6F; }
p { color: rgb(31,79,111); }
H1.HeaderClassName
{
color: #1F4F6F;
}
.AnyTagClassName
{
color: #1F4F6F;
}
</style>
background-color css
<style>
a { background-color: #1F4F6F; }
a { background-color: rgb(31,79,111); }
div.DivClassName
{
background-color: #1F4F6F;
}
.BgClassName
{
background-color: #1F4F6F;
}
</style>
border-color css
<style>
span { border-color: #1F4F6F; }
span { border-color: rgb(31,79,111); }
td.TdClassName
{
border-color: #1F4F6F;
}
.TagClassName
{
border-color: #1F4F6F;
}
</style>