Shades of Orient #1A5576
Tints of Orient #1A5576
RGB
CMYK
RGB Variations
Color information
#1A5576 (or 0x1A5576) is known color: Orient. HEX triplet: 1A, 55 and 76. RGB value is (26,85,118). Sum of RGB (Red+Green+Blue) = 26+85+118=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A5576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5576 is #E5AA89. Grayscale: #464646. Windows color (decimal): -15051402 or 7755034. OLE color: 7755034.
HSL color Cylindrical-coordinate representation of color #1A5576: hue angle of 201.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5576 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 85 | 118 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.54 |
| HSL | 201.52º | 0.64% | 0.28% | - |
| HSV(B) | 201.52º | 0.78% | 0.46% | - |
| XYZ | 6.94 | 8.02 | 18.32 | - |
| YUV | 71.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 118 | 0.78 | 0.28 | 0 | 0.54 | 201.52 | 0.64 | 0.28 |
| Hex | 1A | 55 | 76 | 4E | 1C | 0 | 36 | CA | 40 | 1C |
| Octal | 32 | 125 | 166 | 116 | 34 | 0 | 66 | 312 | 100 | 34 |
| Binary | 11010 | 1010101 | 1110110 | 1001110 | 11100 | 0 | 110110 | 11001010 | 1000000 | 11100 |
Color Harmonies of #1A5576
Complementary color
Monochromatic Colors of #1A5576
Black with #1A5576
Text Example
Text Example
White with #1A5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5576; }
p { color: rgb(26,85,118); }
H1.HeaderClassName
{
color: #1A5576;
}
.AnyTagClassName
{
color: #1A5576;
}
</style>
background-color css
<style>
a { background-color: #1A5576; }
a { background-color: rgb(26,85,118); }
div.DivClassName
{
background-color: #1A5576;
}
.BgClassName
{
background-color: #1A5576;
}
</style>
border-color css
<style>
span { border-color: #1A5576; }
span { border-color: rgb(26,85,118); }
td.TdClassName
{
border-color: #1A5576;
}
.TagClassName
{
border-color: #1A5576;
}
</style>