Shades of Allports #256981
Tints of Allports #256981
RGB
CMYK
RGB Variations
Color information
#256981 (or 0x256981) is known color: Allports. HEX triplet: 25, 69 and 81. RGB value is (37,105,129). Sum of RGB (Red+Green+Blue) = 37+105+129=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #256981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256981 is #DA967E. Grayscale: #575757. Windows color (decimal): -14325375 or 8481061. OLE color: 8481061.
HSL color Cylindrical-coordinate representation of color #256981: hue angle of 195.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256981 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 105 | 129 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.49 |
| HSL | 195.65º | 0.55% | 0.33% | - |
| HSV(B) | 195.65º | 0.71% | 0.51% | - |
| XYZ | 9.78 | 12.08 | 22.59 | - |
| YUV | 87.4 | 151.47 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 129 | 0.71 | 0.19 | 0 | 0.49 | 195.65 | 0.55 | 0.33 |
| Hex | 25 | 69 | 81 | 47 | 13 | 0 | 31 | C4 | 37 | 21 |
| Octal | 45 | 151 | 201 | 107 | 23 | 0 | 61 | 304 | 67 | 41 |
| Binary | 100101 | 1101001 | 10000001 | 1000111 | 10011 | 0 | 110001 | 11000100 | 110111 | 100001 |
Color Harmonies of #256981
Complementary color
Monochromatic Colors of #256981
Black with #256981
Text Example
Text Example
White with #256981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256981; }
p { color: rgb(37,105,129); }
H1.HeaderClassName
{
color: #256981;
}
.AnyTagClassName
{
color: #256981;
}
</style>
background-color css
<style>
a { background-color: #256981; }
a { background-color: rgb(37,105,129); }
div.DivClassName
{
background-color: #256981;
}
.BgClassName
{
background-color: #256981;
}
</style>
border-color css
<style>
span { border-color: #256981; }
span { border-color: rgb(37,105,129); }
td.TdClassName
{
border-color: #256981;
}
.TagClassName
{
border-color: #256981;
}
</style>