Shades of Orient #1A5469
Tints of Orient #1A5469
RGB
CMYK
RGB Variations
Color information
#1A5469 (or 0x1A5469) is known color: Orient. HEX triplet: 1A, 54 and 69. RGB value is (26,84,105). Sum of RGB (Red+Green+Blue) = 26+84+105=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A5469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5469 is #E5AB96. Grayscale: #444444. Windows color (decimal): -15051671 or 6902810. OLE color: 6902810.
HSL color Cylindrical-coordinate representation of color #1A5469: hue angle of 195.95º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A5469 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 84 | 105 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.59 |
| HSL | 195.95º | 0.6% | 0.26% | - |
| HSV(B) | 195.95º | 0.75% | 0.41% | - |
| XYZ | 6.15 | 7.58 | 14.5 | - |
| YUV | 69.05 | 148.28 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 105 | 0.75 | 0.20 | 0 | 0.59 | 195.95 | 0.6 | 0.26 |
| Hex | 1A | 54 | 69 | 4B | 14 | 0 | 3B | C4 | 3C | 1A |
| Octal | 32 | 124 | 151 | 113 | 24 | 0 | 73 | 304 | 74 | 32 |
| Binary | 11010 | 1010100 | 1101001 | 1001011 | 10100 | 0 | 111011 | 11000100 | 111100 | 11010 |
Color Harmonies of #1A5469
Complementary color
Monochromatic Colors of #1A5469
Black with #1A5469
Text Example
Text Example
White with #1A5469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5469; }
p { color: rgb(26,84,105); }
H1.HeaderClassName
{
color: #1A5469;
}
.AnyTagClassName
{
color: #1A5469;
}
</style>
background-color css
<style>
a { background-color: #1A5469; }
a { background-color: rgb(26,84,105); }
div.DivClassName
{
background-color: #1A5469;
}
.BgClassName
{
background-color: #1A5469;
}
</style>
border-color css
<style>
span { border-color: #1A5469; }
span { border-color: rgb(26,84,105); }
td.TdClassName
{
border-color: #1A5469;
}
.TagClassName
{
border-color: #1A5469;
}
</style>