Shades of Orient #1B5572
Tints of Orient #1B5572
RGB
CMYK
RGB Variations
Color information
#1B5572 (or 0x1B5572) is known color: Orient. HEX triplet: 1B, 55 and 72. RGB value is (27,85,114). Sum of RGB (Red+Green+Blue) = 27+85+114=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B5572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5572 is #E4AA8D. Grayscale: #464646. Windows color (decimal): -14985870 or 7492891. OLE color: 7492891.
HSL color Cylindrical-coordinate representation of color #1B5572: hue angle of 200º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B5572 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 85 | 114 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.55 |
| HSL | 200º | 0.62% | 0.28% | - |
| HSV(B) | 200º | 0.76% | 0.45% | - |
| XYZ | 6.74 | 7.94 | 17.1 | - |
| YUV | 70.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 114 | 0.76 | 0.25 | 0 | 0.55 | 200 | 0.62 | 0.28 |
| Hex | 1B | 55 | 72 | 4C | 19 | 0 | 37 | C8 | 3E | 1C |
| Octal | 33 | 125 | 162 | 114 | 31 | 0 | 67 | 310 | 76 | 34 |
| Binary | 11011 | 1010101 | 1110010 | 1001100 | 11001 | 0 | 110111 | 11001000 | 111110 | 11100 |
Color Harmonies of #1B5572
Complementary color
Monochromatic Colors of #1B5572
Black with #1B5572
Text Example
Text Example
White with #1B5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5572; }
p { color: rgb(27,85,114); }
H1.HeaderClassName
{
color: #1B5572;
}
.AnyTagClassName
{
color: #1B5572;
}
</style>
background-color css
<style>
a { background-color: #1B5572; }
a { background-color: rgb(27,85,114); }
div.DivClassName
{
background-color: #1B5572;
}
.BgClassName
{
background-color: #1B5572;
}
</style>
border-color css
<style>
span { border-color: #1B5572; }
span { border-color: rgb(27,85,114); }
td.TdClassName
{
border-color: #1B5572;
}
.TagClassName
{
border-color: #1B5572;
}
</style>