Shades of Orient #1D566C
Tints of Orient #1D566C
RGB
CMYK
RGB Variations
Color information
#1D566C (or 0x1D566C) is known color: Orient. HEX triplet: 1D, 56 and 6C. RGB value is (29,86,108). Sum of RGB (Red+Green+Blue) = 29+86+108=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D566C is #E2A993. Grayscale: #474747. Windows color (decimal): -14854548 or 7099933. OLE color: 7099933.
HSL color Cylindrical-coordinate representation of color #1D566C: hue angle of 196.71º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D566C is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 86 | 108 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.58 |
| HSL | 196.71º | 0.58% | 0.27% | - |
| HSV(B) | 196.71º | 0.73% | 0.42% | - |
| XYZ | 6.54 | 8 | 15.39 | - |
| YUV | 71.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 108 | 0.73 | 0.20 | 0 | 0.58 | 196.71 | 0.58 | 0.27 |
| Hex | 1D | 56 | 6C | 49 | 14 | 0 | 3A | C5 | 3A | 1B |
| Octal | 35 | 126 | 154 | 111 | 24 | 0 | 72 | 305 | 72 | 33 |
| Binary | 11101 | 1010110 | 1101100 | 1001001 | 10100 | 0 | 111010 | 11000101 | 111010 | 11011 |
Color Harmonies of #1D566C
Complementary color
Monochromatic Colors of #1D566C
Black with #1D566C
Text Example
Text Example
White with #1D566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D566C; }
p { color: rgb(29,86,108); }
H1.HeaderClassName
{
color: #1D566C;
}
.AnyTagClassName
{
color: #1D566C;
}
</style>
background-color css
<style>
a { background-color: #1D566C; }
a { background-color: rgb(29,86,108); }
div.DivClassName
{
background-color: #1D566C;
}
.BgClassName
{
background-color: #1D566C;
}
</style>
border-color css
<style>
span { border-color: #1D566C; }
span { border-color: rgb(29,86,108); }
td.TdClassName
{
border-color: #1D566C;
}
.TagClassName
{
border-color: #1D566C;
}
</style>