Shades of Orient #1A4F6E
Tints of Orient #1A4F6E
RGB
CMYK
RGB Variations
Color information
#1A4F6E (or 0x1A4F6E) is known color: Orient. HEX triplet: 1A, 4F and 6E. RGB value is (26,79,110). Sum of RGB (Red+Green+Blue) = 26+79+110=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A4F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4F6E is #E5B091. Grayscale: #424242. Windows color (decimal): -15052946 or 7229210. OLE color: 7229210.
HSL color Cylindrical-coordinate representation of color #1A4F6E: hue angle of 202.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A4F6E is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 79 | 110 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.57 |
| HSL | 202.14º | 0.62% | 0.27% | - |
| HSV(B) | 202.14º | 0.76% | 0.43% | - |
| XYZ | 6.04 | 6.94 | 15.77 | - |
| YUV | 66.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 110 | 0.76 | 0.28 | 0 | 0.57 | 202.14 | 0.62 | 0.27 |
| Hex | 1A | 4F | 6E | 4C | 1C | 0 | 39 | CA | 3E | 1B |
| Octal | 32 | 117 | 156 | 114 | 34 | 0 | 71 | 312 | 76 | 33 |
| Binary | 11010 | 1001111 | 1101110 | 1001100 | 11100 | 0 | 111001 | 11001010 | 111110 | 11011 |
Color Harmonies of #1A4F6E
Complementary color
Monochromatic Colors of #1A4F6E
Black with #1A4F6E
Text Example
Text Example
White with #1A4F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F6E; }
p { color: rgb(26,79,110); }
H1.HeaderClassName
{
color: #1A4F6E;
}
.AnyTagClassName
{
color: #1A4F6E;
}
</style>
background-color css
<style>
a { background-color: #1A4F6E; }
a { background-color: rgb(26,79,110); }
div.DivClassName
{
background-color: #1A4F6E;
}
.BgClassName
{
background-color: #1A4F6E;
}
</style>
border-color css
<style>
span { border-color: #1A4F6E; }
span { border-color: rgb(26,79,110); }
td.TdClassName
{
border-color: #1A4F6E;
}
.TagClassName
{
border-color: #1A4F6E;
}
</style>