Shades of Orient #1B556C
Tints of Orient #1B556C
RGB
CMYK
RGB Variations
Color information
#1B556C (or 0x1B556C) is known color: Orient. HEX triplet: 1B, 55 and 6C. RGB value is (27,85,108). Sum of RGB (Red+Green+Blue) = 27+85+108=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B556C is #E4AA93. Grayscale: #464646. Windows color (decimal): -14985876 or 7099675. OLE color: 7099675.
HSL color Cylindrical-coordinate representation of color #1B556C: hue angle of 197.04º degrees, saturation: 0.6, 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 #1B556C is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 85 | 108 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.58 |
| HSL | 197.04º | 0.6% | 0.26% | - |
| HSV(B) | 197.04º | 0.75% | 0.42% | - |
| XYZ | 6.41 | 7.81 | 15.36 | - |
| YUV | 70.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 108 | 0.75 | 0.21 | 0 | 0.58 | 197.04 | 0.6 | 0.26 |
| Hex | 1B | 55 | 6C | 4B | 15 | 0 | 3A | C5 | 3C | 1A |
| Octal | 33 | 125 | 154 | 113 | 25 | 0 | 72 | 305 | 74 | 32 |
| Binary | 11011 | 1010101 | 1101100 | 1001011 | 10101 | 0 | 111010 | 11000101 | 111100 | 11010 |
Color Harmonies of #1B556C
Complementary color
Monochromatic Colors of #1B556C
Black with #1B556C
Text Example
Text Example
White with #1B556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B556C; }
p { color: rgb(27,85,108); }
H1.HeaderClassName
{
color: #1B556C;
}
.AnyTagClassName
{
color: #1B556C;
}
</style>
background-color css
<style>
a { background-color: #1B556C; }
a { background-color: rgb(27,85,108); }
div.DivClassName
{
background-color: #1B556C;
}
.BgClassName
{
background-color: #1B556C;
}
</style>
border-color css
<style>
span { border-color: #1B556C; }
span { border-color: rgb(27,85,108); }
td.TdClassName
{
border-color: #1B556C;
}
.TagClassName
{
border-color: #1B556C;
}
</style>