Shades of Orient #1A5B74
Tints of Orient #1A5B74
RGB
CMYK
RGB Variations
Color information
#1A5B74 (or 0x1A5B74) is known color: Orient. HEX triplet: 1A, 5B and 74. RGB value is (26,91,116). Sum of RGB (Red+Green+Blue) = 26+91+116=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A5B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5B74 is #E5A48B. Grayscale: #4A4A4A. Windows color (decimal): -15049868 or 7625498. OLE color: 7625498.
HSL color Cylindrical-coordinate representation of color #1A5B74: hue angle of 196.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5B74 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 91 | 116 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.55 |
| HSL | 196.67º | 0.63% | 0.28% | - |
| HSV(B) | 196.67º | 0.78% | 0.45% | - |
| XYZ | 7.32 | 8.96 | 17.87 | - |
| YUV | 74.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 116 | 0.78 | 0.22 | 0 | 0.55 | 196.67 | 0.63 | 0.28 |
| Hex | 1A | 5B | 74 | 4E | 16 | 0 | 37 | C5 | 3F | 1C |
| Octal | 32 | 133 | 164 | 116 | 26 | 0 | 67 | 305 | 77 | 34 |
| Binary | 11010 | 1011011 | 1110100 | 1001110 | 10110 | 0 | 110111 | 11000101 | 111111 | 11100 |
Color Harmonies of #1A5B74
Complementary color
Monochromatic Colors of #1A5B74
Black with #1A5B74
Text Example
Text Example
White with #1A5B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B74; }
p { color: rgb(26,91,116); }
H1.HeaderClassName
{
color: #1A5B74;
}
.AnyTagClassName
{
color: #1A5B74;
}
</style>
background-color css
<style>
a { background-color: #1A5B74; }
a { background-color: rgb(26,91,116); }
div.DivClassName
{
background-color: #1A5B74;
}
.BgClassName
{
background-color: #1A5B74;
}
</style>
border-color css
<style>
span { border-color: #1A5B74; }
span { border-color: rgb(26,91,116); }
td.TdClassName
{
border-color: #1A5B74;
}
.TagClassName
{
border-color: #1A5B74;
}
</style>