Shades of Orient #1A4E70
Tints of Orient #1A4E70
RGB
CMYK
RGB Variations
Color information
#1A4E70 (or 0x1A4E70) is known color: Orient. HEX triplet: 1A, 4E and 70. RGB value is (26,78,112). Sum of RGB (Red+Green+Blue) = 26+78+112=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A4E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E70 is #E5B18F. Grayscale: #424242. Windows color (decimal): -15053200 or 7360026. OLE color: 7360026.
HSL color Cylindrical-coordinate representation of color #1A4E70: hue angle of 203.72º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A4E70 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 78 | 112 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.56 |
| HSL | 203.72º | 0.62% | 0.27% | - |
| HSV(B) | 203.72º | 0.77% | 0.44% | - |
| XYZ | 6.08 | 6.84 | 16.33 | - |
| YUV | 66.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 112 | 0.77 | 0.30 | 0 | 0.56 | 203.72 | 0.62 | 0.27 |
| Hex | 1A | 4E | 70 | 4D | 1E | 0 | 38 | CC | 3E | 1B |
| Octal | 32 | 116 | 160 | 115 | 36 | 0 | 70 | 314 | 76 | 33 |
| Binary | 11010 | 1001110 | 1110000 | 1001101 | 11110 | 0 | 111000 | 11001100 | 111110 | 11011 |
Color Harmonies of #1A4E70
Complementary color
Monochromatic Colors of #1A4E70
Black with #1A4E70
Text Example
Text Example
White with #1A4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E70; }
p { color: rgb(26,78,112); }
H1.HeaderClassName
{
color: #1A4E70;
}
.AnyTagClassName
{
color: #1A4E70;
}
</style>
background-color css
<style>
a { background-color: #1A4E70; }
a { background-color: rgb(26,78,112); }
div.DivClassName
{
background-color: #1A4E70;
}
.BgClassName
{
background-color: #1A4E70;
}
</style>
border-color css
<style>
span { border-color: #1A4E70; }
span { border-color: rgb(26,78,112); }
td.TdClassName
{
border-color: #1A4E70;
}
.TagClassName
{
border-color: #1A4E70;
}
</style>