Shades of Orient #1B577A
Tints of Orient #1B577A
RGB
CMYK
RGB Variations
Color information
#1B577A (or 0x1B577A) is known color: Orient. HEX triplet: 1B, 57 and 7A. RGB value is (27,87,122). Sum of RGB (Red+Green+Blue) = 27+87+122=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B577A is #E4A885. Grayscale: #484848. Windows color (decimal): -14985350 or 8017691. OLE color: 8017691.
HSL color Cylindrical-coordinate representation of color #1B577A: hue angle of 202.11º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B577A is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 87 | 122 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.52 |
| HSL | 202.11º | 0.64% | 0.29% | - |
| HSV(B) | 202.11º | 0.78% | 0.48% | - |
| XYZ | 7.37 | 8.45 | 19.66 | - |
| YUV | 73.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 122 | 0.78 | 0.29 | 0 | 0.52 | 202.11 | 0.64 | 0.29 |
| Hex | 1B | 57 | 7A | 4E | 1D | 0 | 34 | CA | 40 | 1D |
| Octal | 33 | 127 | 172 | 116 | 35 | 0 | 64 | 312 | 100 | 35 |
| Binary | 11011 | 1010111 | 1111010 | 1001110 | 11101 | 0 | 110100 | 11001010 | 1000000 | 11101 |
Color Harmonies of #1B577A
Complementary color
Monochromatic Colors of #1B577A
Black with #1B577A
Text Example
Text Example
White with #1B577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B577A; }
p { color: rgb(27,87,122); }
H1.HeaderClassName
{
color: #1B577A;
}
.AnyTagClassName
{
color: #1B577A;
}
</style>
background-color css
<style>
a { background-color: #1B577A; }
a { background-color: rgb(27,87,122); }
div.DivClassName
{
background-color: #1B577A;
}
.BgClassName
{
background-color: #1B577A;
}
</style>
border-color css
<style>
span { border-color: #1B577A; }
span { border-color: rgb(27,87,122); }
td.TdClassName
{
border-color: #1B577A;
}
.TagClassName
{
border-color: #1B577A;
}
</style>