Shades of Allports #1A6873
Tints of Allports #1A6873
RGB
CMYK
RGB Variations
Color information
#1A6873 (or 0x1A6873) is known color: Allports. HEX triplet: 1A, 68 and 73. RGB value is (26,104,115). Sum of RGB (Red+Green+Blue) = 26+104+115=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A6873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6873 is #E5978C. Grayscale: #515151. Windows color (decimal): -15046541 or 7563290. OLE color: 7563290.
HSL color Cylindrical-coordinate representation of color #1A6873: hue angle of 187.42º 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 #1A6873 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 104 | 115 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.55 |
| HSL | 187.42º | 0.63% | 0.28% | - |
| HSV(B) | 187.42º | 0.77% | 0.45% | - |
| XYZ | 8.47 | 11.36 | 17.97 | - |
| YUV | 81.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 115 | 0.77 | 0.10 | 0 | 0.55 | 187.42 | 0.63 | 0.28 |
| Hex | 1A | 68 | 73 | 4D | A | 0 | 37 | BB | 3F | 1C |
| Octal | 32 | 150 | 163 | 115 | 12 | 0 | 67 | 273 | 77 | 34 |
| Binary | 11010 | 1101000 | 1110011 | 1001101 | 1010 | 0 | 110111 | 10111011 | 111111 | 11100 |
Color Harmonies of #1A6873
Complementary color
Monochromatic Colors of #1A6873
Black with #1A6873
Text Example
Text Example
White with #1A6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6873; }
p { color: rgb(26,104,115); }
H1.HeaderClassName
{
color: #1A6873;
}
.AnyTagClassName
{
color: #1A6873;
}
</style>
background-color css
<style>
a { background-color: #1A6873; }
a { background-color: rgb(26,104,115); }
div.DivClassName
{
background-color: #1A6873;
}
.BgClassName
{
background-color: #1A6873;
}
</style>
border-color css
<style>
span { border-color: #1A6873; }
span { border-color: rgb(26,104,115); }
td.TdClassName
{
border-color: #1A6873;
}
.TagClassName
{
border-color: #1A6873;
}
</style>