Shades of Orient #1B536A
Tints of Orient #1B536A
RGB
CMYK
RGB Variations
Color information
#1B536A (or 0x1B536A) is known color: Orient. HEX triplet: 1B, 53 and 6A. RGB value is (27,83,106). Sum of RGB (Red+Green+Blue) = 27+83+106=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B536A is #E4AC95. Grayscale: #444444. Windows color (decimal): -14986390 or 6968091. OLE color: 6968091.
HSL color Cylindrical-coordinate representation of color #1B536A: hue angle of 197.47º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B536A is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 83 | 106 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.58 |
| HSL | 197.47º | 0.59% | 0.26% | - |
| HSV(B) | 197.47º | 0.75% | 0.42% | - |
| XYZ | 6.15 | 7.46 | 14.75 | - |
| YUV | 68.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 106 | 0.75 | 0.22 | 0 | 0.58 | 197.47 | 0.59 | 0.26 |
| Hex | 1B | 53 | 6A | 4B | 16 | 0 | 3A | C5 | 3B | 1A |
| Octal | 33 | 123 | 152 | 113 | 26 | 0 | 72 | 305 | 73 | 32 |
| Binary | 11011 | 1010011 | 1101010 | 1001011 | 10110 | 0 | 111010 | 11000101 | 111011 | 11010 |
Color Harmonies of #1B536A
Complementary color
Monochromatic Colors of #1B536A
Black with #1B536A
Text Example
Text Example
White with #1B536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B536A; }
p { color: rgb(27,83,106); }
H1.HeaderClassName
{
color: #1B536A;
}
.AnyTagClassName
{
color: #1B536A;
}
</style>
background-color css
<style>
a { background-color: #1B536A; }
a { background-color: rgb(27,83,106); }
div.DivClassName
{
background-color: #1B536A;
}
.BgClassName
{
background-color: #1B536A;
}
</style>
border-color css
<style>
span { border-color: #1B536A; }
span { border-color: rgb(27,83,106); }
td.TdClassName
{
border-color: #1B536A;
}
.TagClassName
{
border-color: #1B536A;
}
</style>