Shades of Allports #1A6573
Tints of Allports #1A6573
RGB
CMYK
RGB Variations
Color information
#1A6573 (or 0x1A6573) is known color: Allports. HEX triplet: 1A, 65 and 73. RGB value is (26,101,115). Sum of RGB (Red+Green+Blue) = 26+101+115=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A6573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6573 is #E59A8C. Grayscale: #505050. Windows color (decimal): -15047309 or 7562522. OLE color: 7562522.
HSL color Cylindrical-coordinate representation of color #1A6573: hue angle of 189.44º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6573 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 101 | 115 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.55 |
| HSL | 189.44º | 0.63% | 0.28% | - |
| HSV(B) | 189.44º | 0.77% | 0.45% | - |
| XYZ | 8.17 | 10.76 | 17.87 | - |
| YUV | 80.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 115 | 0.77 | 0.12 | 0 | 0.55 | 189.44 | 0.63 | 0.28 |
| Hex | 1A | 65 | 73 | 4D | C | 0 | 37 | BD | 3F | 1C |
| Octal | 32 | 145 | 163 | 115 | 14 | 0 | 67 | 275 | 77 | 34 |
| Binary | 11010 | 1100101 | 1110011 | 1001101 | 1100 | 0 | 110111 | 10111101 | 111111 | 11100 |
Color Harmonies of #1A6573
Complementary color
Monochromatic Colors of #1A6573
Black with #1A6573
Text Example
Text Example
White with #1A6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6573; }
p { color: rgb(26,101,115); }
H1.HeaderClassName
{
color: #1A6573;
}
.AnyTagClassName
{
color: #1A6573;
}
</style>
background-color css
<style>
a { background-color: #1A6573; }
a { background-color: rgb(26,101,115); }
div.DivClassName
{
background-color: #1A6573;
}
.BgClassName
{
background-color: #1A6573;
}
</style>
border-color css
<style>
span { border-color: #1A6573; }
span { border-color: rgb(26,101,115); }
td.TdClassName
{
border-color: #1A6573;
}
.TagClassName
{
border-color: #1A6573;
}
</style>