Shades of Orient #1D5E6B
Tints of Orient #1D5E6B
RGB
CMYK
RGB Variations
Color information
#1D5E6B (or 0x1D5E6B) is known color: Orient. HEX triplet: 1D, 5E and 6B. RGB value is (29,94,107). Sum of RGB (Red+Green+Blue) = 29+94+107=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D5E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5E6B is #E2A194. Grayscale: #4B4B4B. Windows color (decimal): -14852501 or 7036445. OLE color: 7036445.
HSL color Cylindrical-coordinate representation of color #1D5E6B: hue angle of 190º degrees, saturation: 0.57, 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 #1D5E6B is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 94 | 107 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.58 |
| HSL | 190º | 0.57% | 0.27% | - |
| HSV(B) | 190º | 0.73% | 0.42% | - |
| XYZ | 7.16 | 9.33 | 15.33 | - |
| YUV | 76.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 107 | 0.73 | 0.12 | 0 | 0.58 | 190 | 0.57 | 0.27 |
| Hex | 1D | 5E | 6B | 49 | C | 0 | 3A | BE | 39 | 1B |
| Octal | 35 | 136 | 153 | 111 | 14 | 0 | 72 | 276 | 71 | 33 |
| Binary | 11101 | 1011110 | 1101011 | 1001001 | 1100 | 0 | 111010 | 10111110 | 111001 | 11011 |
Color Harmonies of #1D5E6B
Complementary color
Monochromatic Colors of #1D5E6B
Black with #1D5E6B
Text Example
Text Example
White with #1D5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5E6B; }
p { color: rgb(29,94,107); }
H1.HeaderClassName
{
color: #1D5E6B;
}
.AnyTagClassName
{
color: #1D5E6B;
}
</style>
background-color css
<style>
a { background-color: #1D5E6B; }
a { background-color: rgb(29,94,107); }
div.DivClassName
{
background-color: #1D5E6B;
}
.BgClassName
{
background-color: #1D5E6B;
}
</style>
border-color css
<style>
span { border-color: #1D5E6B; }
span { border-color: rgb(29,94,107); }
td.TdClassName
{
border-color: #1D5E6B;
}
.TagClassName
{
border-color: #1D5E6B;
}
</style>