Shades of Allports #1A627A
Tints of Allports #1A627A
RGB
CMYK
RGB Variations
Color information
#1A627A (or 0x1A627A) is known color: Allports. HEX triplet: 1A, 62 and 7A. RGB value is (26,98,122). Sum of RGB (Red+Green+Blue) = 26+98+122=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A627A is #E59D85. Grayscale: #4F4F4F. Windows color (decimal): -15048070 or 8020506. OLE color: 8020506.
HSL color Cylindrical-coordinate representation of color #1A627A: hue angle of 195º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A627A is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 98 | 122 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.52 |
| HSL | 195º | 0.65% | 0.29% | - |
| HSV(B) | 195º | 0.79% | 0.48% | - |
| XYZ | 8.31 | 10.36 | 19.97 | - |
| YUV | 79.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 122 | 0.79 | 0.20 | 0 | 0.52 | 195 | 0.65 | 0.29 |
| Hex | 1A | 62 | 7A | 4F | 14 | 0 | 34 | C3 | 41 | 1D |
| Octal | 32 | 142 | 172 | 117 | 24 | 0 | 64 | 303 | 101 | 35 |
| Binary | 11010 | 1100010 | 1111010 | 1001111 | 10100 | 0 | 110100 | 11000011 | 1000001 | 11101 |
Color Harmonies of #1A627A
Complementary color
Monochromatic Colors of #1A627A
Black with #1A627A
Text Example
Text Example
White with #1A627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A627A; }
p { color: rgb(26,98,122); }
H1.HeaderClassName
{
color: #1A627A;
}
.AnyTagClassName
{
color: #1A627A;
}
</style>
background-color css
<style>
a { background-color: #1A627A; }
a { background-color: rgb(26,98,122); }
div.DivClassName
{
background-color: #1A627A;
}
.BgClassName
{
background-color: #1A627A;
}
</style>
border-color css
<style>
span { border-color: #1A627A; }
span { border-color: rgb(26,98,122); }
td.TdClassName
{
border-color: #1A627A;
}
.TagClassName
{
border-color: #1A627A;
}
</style>