Shades of Orient #1B5377
Tints of Orient #1B5377
RGB
CMYK
RGB Variations
Color information
#1B5377 (or 0x1B5377) is known color: Orient. HEX triplet: 1B, 53 and 77. RGB value is (27,83,119). Sum of RGB (Red+Green+Blue) = 27+83+119=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5377 is #E4AC88. Grayscale: #464646. Windows color (decimal): -14986377 or 7820059. OLE color: 7820059.
HSL color Cylindrical-coordinate representation of color #1B5377: hue angle of 203.48º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5377 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 83 | 119 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.53 |
| HSL | 203.48º | 0.63% | 0.29% | - |
| HSV(B) | 203.48º | 0.77% | 0.47% | - |
| XYZ | 6.88 | 7.75 | 18.59 | - |
| YUV | 70.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 119 | 0.77 | 0.30 | 0 | 0.53 | 203.48 | 0.63 | 0.29 |
| Hex | 1B | 53 | 77 | 4D | 1E | 0 | 35 | CB | 3F | 1D |
| Octal | 33 | 123 | 167 | 115 | 36 | 0 | 65 | 313 | 77 | 35 |
| Binary | 11011 | 1010011 | 1110111 | 1001101 | 11110 | 0 | 110101 | 11001011 | 111111 | 11101 |
Color Harmonies of #1B5377
Complementary color
Monochromatic Colors of #1B5377
Black with #1B5377
Text Example
Text Example
White with #1B5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5377; }
p { color: rgb(27,83,119); }
H1.HeaderClassName
{
color: #1B5377;
}
.AnyTagClassName
{
color: #1B5377;
}
</style>
background-color css
<style>
a { background-color: #1B5377; }
a { background-color: rgb(27,83,119); }
div.DivClassName
{
background-color: #1B5377;
}
.BgClassName
{
background-color: #1B5377;
}
</style>
border-color css
<style>
span { border-color: #1B5377; }
span { border-color: rgb(27,83,119); }
td.TdClassName
{
border-color: #1B5377;
}
.TagClassName
{
border-color: #1B5377;
}
</style>