Shades of Orient #1B4D6D
Tints of Orient #1B4D6D
RGB
CMYK
RGB Variations
Color information
#1B4D6D (or 0x1B4D6D) is known color: Orient. HEX triplet: 1B, 4D and 6D. RGB value is (27,77,109). Sum of RGB (Red+Green+Blue) = 27+77+109=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B4D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B4D6D is #E4B292. Grayscale: #414141. Windows color (decimal): -14987923 or 7163163. OLE color: 7163163.
HSL color Cylindrical-coordinate representation of color #1B4D6D: hue angle of 203.41º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B4D6D is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 77 | 109 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.57 |
| HSL | 203.41º | 0.6% | 0.27% | - |
| HSV(B) | 203.41º | 0.75% | 0.43% | - |
| XYZ | 5.87 | 6.64 | 15.44 | - |
| YUV | 65.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 109 | 0.75 | 0.29 | 0 | 0.57 | 203.41 | 0.6 | 0.27 |
| Hex | 1B | 4D | 6D | 4B | 1D | 0 | 39 | CB | 3C | 1B |
| Octal | 33 | 115 | 155 | 113 | 35 | 0 | 71 | 313 | 74 | 33 |
| Binary | 11011 | 1001101 | 1101101 | 1001011 | 11101 | 0 | 111001 | 11001011 | 111100 | 11011 |
Color Harmonies of #1B4D6D
Complementary color
Monochromatic Colors of #1B4D6D
Black with #1B4D6D
Text Example
Text Example
White with #1B4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4D6D; }
p { color: rgb(27,77,109); }
H1.HeaderClassName
{
color: #1B4D6D;
}
.AnyTagClassName
{
color: #1B4D6D;
}
</style>
background-color css
<style>
a { background-color: #1B4D6D; }
a { background-color: rgb(27,77,109); }
div.DivClassName
{
background-color: #1B4D6D;
}
.BgClassName
{
background-color: #1B4D6D;
}
</style>
border-color css
<style>
span { border-color: #1B4D6D; }
span { border-color: rgb(27,77,109); }
td.TdClassName
{
border-color: #1B4D6D;
}
.TagClassName
{
border-color: #1B4D6D;
}
</style>