Shades of Allports #1A737C
Tints of Allports #1A737C
RGB
CMYK
RGB Variations
Color information
#1A737C (or 0x1A737C) is known color: Allports. HEX triplet: 1A, 73 and 7C. RGB value is (26,115,124). Sum of RGB (Red+Green+Blue) = 26+115+124=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A737C is #E58C83. Grayscale: #595959. Windows color (decimal): -15043716 or 8155930. OLE color: 8155930.
HSL color Cylindrical-coordinate representation of color #1A737C: hue angle of 185.51º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A737C is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 115 | 124 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.51 |
| HSL | 185.51º | 0.65% | 0.29% | - |
| HSV(B) | 185.51º | 0.79% | 0.49% | - |
| XYZ | 10.19 | 13.94 | 21.22 | - |
| YUV | 89.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 124 | 0.79 | 0.07 | 0 | 0.51 | 185.51 | 0.65 | 0.29 |
| Hex | 1A | 73 | 7C | 4F | 7 | 0 | 33 | BA | 41 | 1D |
| Octal | 32 | 163 | 174 | 117 | 7 | 0 | 63 | 272 | 101 | 35 |
| Binary | 11010 | 1110011 | 1111100 | 1001111 | 111 | 0 | 110011 | 10111010 | 1000001 | 11101 |
Color Harmonies of #1A737C
Complementary color
Monochromatic Colors of #1A737C
Black with #1A737C
Text Example
Text Example
White with #1A737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A737C; }
p { color: rgb(26,115,124); }
H1.HeaderClassName
{
color: #1A737C;
}
.AnyTagClassName
{
color: #1A737C;
}
</style>
background-color css
<style>
a { background-color: #1A737C; }
a { background-color: rgb(26,115,124); }
div.DivClassName
{
background-color: #1A737C;
}
.BgClassName
{
background-color: #1A737C;
}
</style>
border-color css
<style>
span { border-color: #1A737C; }
span { border-color: rgb(26,115,124); }
td.TdClassName
{
border-color: #1A737C;
}
.TagClassName
{
border-color: #1A737C;
}
</style>