Shades of Orient #1B5378
Tints of Orient #1B5378
RGB
CMYK
RGB Variations
Color information
#1B5378 (or 0x1B5378) is known color: Orient. HEX triplet: 1B, 53 and 78. RGB value is (27,83,120). Sum of RGB (Red+Green+Blue) = 27+83+120=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B5378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5378 is #E4AC87. Grayscale: #464646. Windows color (decimal): -14986376 or 7885595. OLE color: 7885595.
HSL color Cylindrical-coordinate representation of color #1B5378: hue angle of 203.87º 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 #1B5378 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 83 | 120 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.53 |
| HSL | 203.87º | 0.63% | 0.29% | - |
| HSV(B) | 203.87º | 0.78% | 0.47% | - |
| XYZ | 6.94 | 7.78 | 18.9 | - |
| YUV | 70.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 120 | 0.78 | 0.31 | 0 | 0.53 | 203.87 | 0.63 | 0.29 |
| Hex | 1B | 53 | 78 | 4E | 1F | 0 | 35 | CC | 3F | 1D |
| Octal | 33 | 123 | 170 | 116 | 37 | 0 | 65 | 314 | 77 | 35 |
| Binary | 11011 | 1010011 | 1111000 | 1001110 | 11111 | 0 | 110101 | 11001100 | 111111 | 11101 |
Color Harmonies of #1B5378
Complementary color
Monochromatic Colors of #1B5378
Black with #1B5378
Text Example
Text Example
White with #1B5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5378; }
p { color: rgb(27,83,120); }
H1.HeaderClassName
{
color: #1B5378;
}
.AnyTagClassName
{
color: #1B5378;
}
</style>
background-color css
<style>
a { background-color: #1B5378; }
a { background-color: rgb(27,83,120); }
div.DivClassName
{
background-color: #1B5378;
}
.BgClassName
{
background-color: #1B5378;
}
</style>
border-color css
<style>
span { border-color: #1B5378; }
span { border-color: rgb(27,83,120); }
td.TdClassName
{
border-color: #1B5378;
}
.TagClassName
{
border-color: #1B5378;
}
</style>