Shades of Orient #1B4E6D
Tints of Orient #1B4E6D
RGB
CMYK
RGB Variations
Color information
#1B4E6D (or 0x1B4E6D) is known color: Orient. HEX triplet: 1B, 4E and 6D. RGB value is (27,78,109). Sum of RGB (Red+Green+Blue) = 27+78+109=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B4E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B4E6D is #E4B192. Grayscale: #424242. Windows color (decimal): -14987667 or 7163419. OLE color: 7163419.
HSL color Cylindrical-coordinate representation of color #1B4E6D: hue angle of 202.68º 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 #1B4E6D is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 78 | 109 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.57 |
| HSL | 202.68º | 0.6% | 0.27% | - |
| HSV(B) | 202.68º | 0.75% | 0.43% | - |
| XYZ | 5.94 | 6.79 | 15.46 | - |
| YUV | 66.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 109 | 0.75 | 0.28 | 0 | 0.57 | 202.68 | 0.6 | 0.27 |
| Hex | 1B | 4E | 6D | 4B | 1C | 0 | 39 | CB | 3C | 1B |
| Octal | 33 | 116 | 155 | 113 | 34 | 0 | 71 | 313 | 74 | 33 |
| Binary | 11011 | 1001110 | 1101101 | 1001011 | 11100 | 0 | 111001 | 11001011 | 111100 | 11011 |
Color Harmonies of #1B4E6D
Complementary color
Monochromatic Colors of #1B4E6D
Black with #1B4E6D
Text Example
Text Example
White with #1B4E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E6D; }
p { color: rgb(27,78,109); }
H1.HeaderClassName
{
color: #1B4E6D;
}
.AnyTagClassName
{
color: #1B4E6D;
}
</style>
background-color css
<style>
a { background-color: #1B4E6D; }
a { background-color: rgb(27,78,109); }
div.DivClassName
{
background-color: #1B4E6D;
}
.BgClassName
{
background-color: #1B4E6D;
}
</style>
border-color css
<style>
span { border-color: #1B4E6D; }
span { border-color: rgb(27,78,109); }
td.TdClassName
{
border-color: #1B4E6D;
}
.TagClassName
{
border-color: #1B4E6D;
}
</style>