Shades of Allports #1A7484
Tints of Allports #1A7484
RGB
CMYK
RGB Variations
Color information
#1A7484 (or 0x1A7484) is known color: Allports. HEX triplet: 1A, 74 and 84. RGB value is (26,116,132). Sum of RGB (Red+Green+Blue) = 26+116+132=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A7484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7484 is #E58B7B. Grayscale: #5A5A5A. Windows color (decimal): -15043452 or 8680474. OLE color: 8680474.
HSL color Cylindrical-coordinate representation of color #1A7484: hue angle of 189.06º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7484 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 116 | 132 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.48 |
| HSL | 189.06º | 0.67% | 0.31% | - |
| HSV(B) | 189.06º | 0.8% | 0.52% | - |
| XYZ | 10.84 | 14.38 | 24.03 | - |
| YUV | 90.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 132 | 0.80 | 0.12 | 0 | 0.48 | 189.06 | 0.67 | 0.31 |
| Hex | 1A | 74 | 84 | 50 | C | 0 | 30 | BD | 43 | 1F |
| Octal | 32 | 164 | 204 | 120 | 14 | 0 | 60 | 275 | 103 | 37 |
| Binary | 11010 | 1110100 | 10000100 | 1010000 | 1100 | 0 | 110000 | 10111101 | 1000011 | 11111 |
Color Harmonies of #1A7484
Complementary color
Monochromatic Colors of #1A7484
Black with #1A7484
Text Example
Text Example
White with #1A7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7484; }
p { color: rgb(26,116,132); }
H1.HeaderClassName
{
color: #1A7484;
}
.AnyTagClassName
{
color: #1A7484;
}
</style>
background-color css
<style>
a { background-color: #1A7484; }
a { background-color: rgb(26,116,132); }
div.DivClassName
{
background-color: #1A7484;
}
.BgClassName
{
background-color: #1A7484;
}
</style>
border-color css
<style>
span { border-color: #1A7484; }
span { border-color: rgb(26,116,132); }
td.TdClassName
{
border-color: #1A7484;
}
.TagClassName
{
border-color: #1A7484;
}
</style>