Shades of Orient #1D4D6F
Tints of Orient #1D4D6F
RGB
CMYK
RGB Variations
Color information
#1D4D6F (or 0x1D4D6F) is known color: Orient. HEX triplet: 1D, 4D and 6F. RGB value is (29,77,111). Sum of RGB (Red+Green+Blue) = 29+77+111=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D4D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4D6F is #E2B290. Grayscale: #424242. Windows color (decimal): -14856849 or 7294237. OLE color: 7294237.
HSL color Cylindrical-coordinate representation of color #1D4D6F: hue angle of 204.88º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D4D6F is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 77 | 111 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.56 |
| HSL | 204.88º | 0.59% | 0.27% | - |
| HSV(B) | 204.88º | 0.74% | 0.44% | - |
| XYZ | 6.03 | 6.72 | 16.02 | - |
| YUV | 66.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 111 | 0.74 | 0.31 | 0 | 0.56 | 204.88 | 0.59 | 0.27 |
| Hex | 1D | 4D | 6F | 4A | 1F | 0 | 38 | CD | 3B | 1B |
| Octal | 35 | 115 | 157 | 112 | 37 | 0 | 70 | 315 | 73 | 33 |
| Binary | 11101 | 1001101 | 1101111 | 1001010 | 11111 | 0 | 111000 | 11001101 | 111011 | 11011 |
Color Harmonies of #1D4D6F
Complementary color
Monochromatic Colors of #1D4D6F
Black with #1D4D6F
Text Example
Text Example
White with #1D4D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D6F; }
p { color: rgb(29,77,111); }
H1.HeaderClassName
{
color: #1D4D6F;
}
.AnyTagClassName
{
color: #1D4D6F;
}
</style>
background-color css
<style>
a { background-color: #1D4D6F; }
a { background-color: rgb(29,77,111); }
div.DivClassName
{
background-color: #1D4D6F;
}
.BgClassName
{
background-color: #1D4D6F;
}
</style>
border-color css
<style>
span { border-color: #1D4D6F; }
span { border-color: rgb(29,77,111); }
td.TdClassName
{
border-color: #1D4D6F;
}
.TagClassName
{
border-color: #1D4D6F;
}
</style>