Shades of Orient #1A4C73
Tints of Orient #1A4C73
RGB
CMYK
RGB Variations
Color information
#1A4C73 (or 0x1A4C73) is known color: Orient. HEX triplet: 1A, 4C and 73. RGB value is (26,76,115). Sum of RGB (Red+Green+Blue) = 26+76+115=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A4C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4C73 is #E5B38C. Grayscale: #414141. Windows color (decimal): -15053709 or 7556122. OLE color: 7556122.
HSL color Cylindrical-coordinate representation of color #1A4C73: hue angle of 206.29º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A4C73 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 76 | 115 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.55 |
| HSL | 206.29º | 0.63% | 0.28% | - |
| HSV(B) | 206.29º | 0.77% | 0.45% | - |
| XYZ | 6.1 | 6.63 | 17.18 | - |
| YUV | 65.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 76 | 115 | 0.77 | 0.34 | 0 | 0.55 | 206.29 | 0.63 | 0.28 |
| Hex | 1A | 4C | 73 | 4D | 22 | 0 | 37 | CE | 3F | 1C |
| Octal | 32 | 114 | 163 | 115 | 42 | 0 | 67 | 316 | 77 | 34 |
| Binary | 11010 | 1001100 | 1110011 | 1001101 | 100010 | 0 | 110111 | 11001110 | 111111 | 11100 |
Color Harmonies of #1A4C73
Complementary color
Monochromatic Colors of #1A4C73
Black with #1A4C73
Text Example
Text Example
White with #1A4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4C73; }
p { color: rgb(26,76,115); }
H1.HeaderClassName
{
color: #1A4C73;
}
.AnyTagClassName
{
color: #1A4C73;
}
</style>
background-color css
<style>
a { background-color: #1A4C73; }
a { background-color: rgb(26,76,115); }
div.DivClassName
{
background-color: #1A4C73;
}
.BgClassName
{
background-color: #1A4C73;
}
</style>
border-color css
<style>
span { border-color: #1A4C73; }
span { border-color: rgb(26,76,115); }
td.TdClassName
{
border-color: #1A4C73;
}
.TagClassName
{
border-color: #1A4C73;
}
</style>