Shades of Orient #1A526A
Tints of Orient #1A526A
RGB
CMYK
RGB Variations
Color information
#1A526A (or 0x1A526A) is known color: Orient. HEX triplet: 1A, 52 and 6A. RGB value is (26,82,106). Sum of RGB (Red+Green+Blue) = 26+82+106=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A526A is #E5AD95. Grayscale: #434343. Windows color (decimal): -15052182 or 6967834. OLE color: 6967834.
HSL color Cylindrical-coordinate representation of color #1A526A: hue angle of 198º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A526A is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 82 | 106 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.58 |
| HSL | 198º | 0.61% | 0.26% | - |
| HSV(B) | 198º | 0.75% | 0.42% | - |
| XYZ | 6.04 | 7.29 | 14.73 | - |
| YUV | 67.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 106 | 0.75 | 0.23 | 0 | 0.58 | 198 | 0.61 | 0.26 |
| Hex | 1A | 52 | 6A | 4B | 17 | 0 | 3A | C6 | 3D | 1A |
| Octal | 32 | 122 | 152 | 113 | 27 | 0 | 72 | 306 | 75 | 32 |
| Binary | 11010 | 1010010 | 1101010 | 1001011 | 10111 | 0 | 111010 | 11000110 | 111101 | 11010 |
Color Harmonies of #1A526A
Complementary color
Monochromatic Colors of #1A526A
Black with #1A526A
Text Example
Text Example
White with #1A526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A526A; }
p { color: rgb(26,82,106); }
H1.HeaderClassName
{
color: #1A526A;
}
.AnyTagClassName
{
color: #1A526A;
}
</style>
background-color css
<style>
a { background-color: #1A526A; }
a { background-color: rgb(26,82,106); }
div.DivClassName
{
background-color: #1A526A;
}
.BgClassName
{
background-color: #1A526A;
}
</style>
border-color css
<style>
span { border-color: #1A526A; }
span { border-color: rgb(26,82,106); }
td.TdClassName
{
border-color: #1A526A;
}
.TagClassName
{
border-color: #1A526A;
}
</style>