Shades of Orient #1A5568
Tints of Orient #1A5568
RGB
CMYK
RGB Variations
Color information
#1A5568 (or 0x1A5568) is known color: Orient. HEX triplet: 1A, 55 and 68. RGB value is (26,85,104). Sum of RGB (Red+Green+Blue) = 26+85+104=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A5568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5568 is #E5AA97. Grayscale: #454545. Windows color (decimal): -15051416 or 6837530. OLE color: 6837530.
HSL color Cylindrical-coordinate representation of color #1A5568: hue angle of 194.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A5568 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 85 | 104 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.59 |
| HSL | 194.62º | 0.6% | 0.25% | - |
| HSV(B) | 194.62º | 0.75% | 0.41% | - |
| XYZ | 6.17 | 7.72 | 14.26 | - |
| YUV | 69.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 104 | 0.75 | 0.18 | 0 | 0.59 | 194.62 | 0.6 | 0.25 |
| Hex | 1A | 55 | 68 | 4B | 12 | 0 | 3B | C3 | 3C | 19 |
| Octal | 32 | 125 | 150 | 113 | 22 | 0 | 73 | 303 | 74 | 31 |
| Binary | 11010 | 1010101 | 1101000 | 1001011 | 10010 | 0 | 111011 | 11000011 | 111100 | 11001 |
Color Harmonies of #1A5568
Complementary color
Monochromatic Colors of #1A5568
Black with #1A5568
Text Example
Text Example
White with #1A5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5568; }
p { color: rgb(26,85,104); }
H1.HeaderClassName
{
color: #1A5568;
}
.AnyTagClassName
{
color: #1A5568;
}
</style>
background-color css
<style>
a { background-color: #1A5568; }
a { background-color: rgb(26,85,104); }
div.DivClassName
{
background-color: #1A5568;
}
.BgClassName
{
background-color: #1A5568;
}
</style>
border-color css
<style>
span { border-color: #1A5568; }
span { border-color: rgb(26,85,104); }
td.TdClassName
{
border-color: #1A5568;
}
.TagClassName
{
border-color: #1A5568;
}
</style>